{"version":"2","toolVersion":"1.84.0","snippets":{"d954e216864a5177b5834a9ecbfcc3d633a1535fdae8f1cc839ca16ad388876f":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_custom_resource = cloudformation.CfnCustomResource(self, \"MyCfnCustomResource\",\n service_token=\"serviceToken\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnCustomResource = new CfnCustomResource(this, \"MyCfnCustomResource\", new CfnCustomResourceProps {\n ServiceToken = \"serviceToken\"\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnCustomResource cfnCustomResource = CfnCustomResource.Builder.create(this, \"MyCfnCustomResource\")\n .serviceToken(\"serviceToken\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnCustomResource := cloudformation.NewCfnCustomResource(this, jsii.String(\"MyCfnCustomResource\"), &CfnCustomResourceProps{\n\tServiceToken: jsii.String(\"serviceToken\"),\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnCustomResource = new cloudformation.CfnCustomResource(this, 'MyCfnCustomResource', {\n serviceToken: 'serviceToken',\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnCustomResource"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnCustomResource","@aws-cdk/aws-cloudformation.CfnCustomResourceProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnCustomResource = new cloudformation.CfnCustomResource(this, 'MyCfnCustomResource', {\n serviceToken: 'serviceToken',\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":3,"75":5,"104":1,"193":1,"194":1,"197":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":1,"290":1},"fqnsFingerprint":"c80654ee7e070a312a92cec634e5f6600b6f1618e076e6a4e94532c532d8810a"},"2800e2cdac2d5621fd956fff87a605c2ab6617d8df8ba1159fb92b57b8831a1a":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_custom_resource_props = cloudformation.CfnCustomResourceProps(\n service_token=\"serviceToken\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnCustomResourceProps = new CfnCustomResourceProps {\n ServiceToken = \"serviceToken\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnCustomResourceProps cfnCustomResourceProps = CfnCustomResourceProps.builder()\n .serviceToken(\"serviceToken\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnCustomResourceProps := &CfnCustomResourceProps{\n\tServiceToken: jsii.String(\"serviceToken\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnCustomResourceProps: cloudformation.CfnCustomResourceProps = {\n serviceToken: 'serviceToken',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnCustomResourceProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnCustomResourceProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnCustomResourceProps: cloudformation.CfnCustomResourceProps = {\n serviceToken: 'serviceToken',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":2,"75":5,"153":1,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":1,"290":1},"fqnsFingerprint":"57b9843450091fde794dfc3b06faed9c00dba9c9c2bbdeb8b82e05f9da5d0e76"},"282e59f33d89b6c7d18b40f6db265825617f2569cbf6f39571a284f324cdcf1d":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_hook_default_version = cloudformation.CfnHookDefaultVersion(self, \"MyCfnHookDefaultVersion\",\n type_name=\"typeName\",\n type_version_arn=\"typeVersionArn\",\n version_id=\"versionId\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnHookDefaultVersion = new CfnHookDefaultVersion(this, \"MyCfnHookDefaultVersion\", new CfnHookDefaultVersionProps {\n TypeName = \"typeName\",\n TypeVersionArn = \"typeVersionArn\",\n VersionId = \"versionId\"\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnHookDefaultVersion cfnHookDefaultVersion = CfnHookDefaultVersion.Builder.create(this, \"MyCfnHookDefaultVersion\")\n .typeName(\"typeName\")\n .typeVersionArn(\"typeVersionArn\")\n .versionId(\"versionId\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnHookDefaultVersion := cloudformation.NewCfnHookDefaultVersion(this, jsii.String(\"MyCfnHookDefaultVersion\"), &CfnHookDefaultVersionProps{\n\tTypeName: jsii.String(\"typeName\"),\n\tTypeVersionArn: jsii.String(\"typeVersionArn\"),\n\tVersionId: jsii.String(\"versionId\"),\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnHookDefaultVersion = new cloudformation.CfnHookDefaultVersion(this, 'MyCfnHookDefaultVersion', /* all optional props */ {\n typeName: 'typeName',\n typeVersionArn: 'typeVersionArn',\n versionId: 'versionId',\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnHookDefaultVersion"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnHookDefaultVersion","@aws-cdk/aws-cloudformation.CfnHookDefaultVersionProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnHookDefaultVersion = new cloudformation.CfnHookDefaultVersion(this, 'MyCfnHookDefaultVersion', /* all optional props */ {\n typeName: 'typeName',\n typeVersionArn: 'typeVersionArn',\n versionId: 'versionId',\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":5,"75":7,"104":1,"193":1,"194":1,"197":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":3,"290":1},"fqnsFingerprint":"df3e4e429358463427674c2f8717675e09e722d6c3dcc424eb5c696a72946a56"},"65bb72a67cfd95e6092bf164d207177d0a2f2f258301702075406cc332c2ece4":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_hook_default_version_props = cloudformation.CfnHookDefaultVersionProps(\n type_name=\"typeName\",\n type_version_arn=\"typeVersionArn\",\n version_id=\"versionId\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnHookDefaultVersionProps = new CfnHookDefaultVersionProps {\n TypeName = \"typeName\",\n TypeVersionArn = \"typeVersionArn\",\n VersionId = \"versionId\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnHookDefaultVersionProps cfnHookDefaultVersionProps = CfnHookDefaultVersionProps.builder()\n .typeName(\"typeName\")\n .typeVersionArn(\"typeVersionArn\")\n .versionId(\"versionId\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnHookDefaultVersionProps := &CfnHookDefaultVersionProps{\n\tTypeName: jsii.String(\"typeName\"),\n\tTypeVersionArn: jsii.String(\"typeVersionArn\"),\n\tVersionId: jsii.String(\"versionId\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnHookDefaultVersionProps: cloudformation.CfnHookDefaultVersionProps = {\n typeName: 'typeName',\n typeVersionArn: 'typeVersionArn',\n versionId: 'versionId',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnHookDefaultVersionProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnHookDefaultVersionProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnHookDefaultVersionProps: cloudformation.CfnHookDefaultVersionProps = {\n typeName: 'typeName',\n typeVersionArn: 'typeVersionArn',\n versionId: 'versionId',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":4,"75":7,"153":1,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":3,"290":1},"fqnsFingerprint":"96d42e1eee10329477df6ac7686227823f346fa2ef9e6c360e37277c5659530b"},"0786043a326e49d820e0562646e7afa2e1d58bac5cccedeb335844cc2f6cb3d4":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_hook_type_config = cloudformation.CfnHookTypeConfig(self, \"MyCfnHookTypeConfig\",\n configuration=\"configuration\",\n\n # the properties below are optional\n configuration_alias=\"configurationAlias\",\n type_arn=\"typeArn\",\n type_name=\"typeName\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnHookTypeConfig = new CfnHookTypeConfig(this, \"MyCfnHookTypeConfig\", new CfnHookTypeConfigProps {\n Configuration = \"configuration\",\n\n // the properties below are optional\n ConfigurationAlias = \"configurationAlias\",\n TypeArn = \"typeArn\",\n TypeName = \"typeName\"\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnHookTypeConfig cfnHookTypeConfig = CfnHookTypeConfig.Builder.create(this, \"MyCfnHookTypeConfig\")\n .configuration(\"configuration\")\n\n // the properties below are optional\n .configurationAlias(\"configurationAlias\")\n .typeArn(\"typeArn\")\n .typeName(\"typeName\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnHookTypeConfig := cloudformation.NewCfnHookTypeConfig(this, jsii.String(\"MyCfnHookTypeConfig\"), &CfnHookTypeConfigProps{\n\tConfiguration: jsii.String(\"configuration\"),\n\n\t// the properties below are optional\n\tConfigurationAlias: jsii.String(\"configurationAlias\"),\n\tTypeArn: jsii.String(\"typeArn\"),\n\tTypeName: jsii.String(\"typeName\"),\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnHookTypeConfig = new cloudformation.CfnHookTypeConfig(this, 'MyCfnHookTypeConfig', {\n configuration: 'configuration',\n\n // the properties below are optional\n configurationAlias: 'configurationAlias',\n typeArn: 'typeArn',\n typeName: 'typeName',\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnHookTypeConfig"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnHookTypeConfig","@aws-cdk/aws-cloudformation.CfnHookTypeConfigProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnHookTypeConfig = new cloudformation.CfnHookTypeConfig(this, 'MyCfnHookTypeConfig', {\n configuration: 'configuration',\n\n // the properties below are optional\n configurationAlias: 'configurationAlias',\n typeArn: 'typeArn',\n typeName: 'typeName',\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":6,"75":8,"104":1,"193":1,"194":1,"197":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":4,"290":1},"fqnsFingerprint":"3cf4ed8e5172fb019d74ad0a8f387180a6c7c3b5bd0a335689af08bb04d8a22f"},"9fb7f29f9da92271d2bacba0134517a4a1f9069a33da98347b9897deaaae7879":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_hook_type_config_props = cloudformation.CfnHookTypeConfigProps(\n configuration=\"configuration\",\n\n # the properties below are optional\n configuration_alias=\"configurationAlias\",\n type_arn=\"typeArn\",\n type_name=\"typeName\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnHookTypeConfigProps = new CfnHookTypeConfigProps {\n Configuration = \"configuration\",\n\n // the properties below are optional\n ConfigurationAlias = \"configurationAlias\",\n TypeArn = \"typeArn\",\n TypeName = \"typeName\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnHookTypeConfigProps cfnHookTypeConfigProps = CfnHookTypeConfigProps.builder()\n .configuration(\"configuration\")\n\n // the properties below are optional\n .configurationAlias(\"configurationAlias\")\n .typeArn(\"typeArn\")\n .typeName(\"typeName\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnHookTypeConfigProps := &CfnHookTypeConfigProps{\n\tConfiguration: jsii.String(\"configuration\"),\n\n\t// the properties below are optional\n\tConfigurationAlias: jsii.String(\"configurationAlias\"),\n\tTypeArn: jsii.String(\"typeArn\"),\n\tTypeName: jsii.String(\"typeName\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnHookTypeConfigProps: cloudformation.CfnHookTypeConfigProps = {\n configuration: 'configuration',\n\n // the properties below are optional\n configurationAlias: 'configurationAlias',\n typeArn: 'typeArn',\n typeName: 'typeName',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnHookTypeConfigProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnHookTypeConfigProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnHookTypeConfigProps: cloudformation.CfnHookTypeConfigProps = {\n configuration: 'configuration',\n\n // the properties below are optional\n configurationAlias: 'configurationAlias',\n typeArn: 'typeArn',\n typeName: 'typeName',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":5,"75":8,"153":1,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":4,"290":1},"fqnsFingerprint":"886d7b6b40a14352b13fce5e9beda50a4652a7ea7881521508e5ab8a6ad5ea41"},"a40d013a283cafd47510f3db39a24188ee4b975058070f10672548db0aff46ca":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_hook_version = cloudformation.CfnHookVersion(self, \"MyCfnHookVersion\",\n schema_handler_package=\"schemaHandlerPackage\",\n type_name=\"typeName\",\n\n # the properties below are optional\n execution_role_arn=\"executionRoleArn\",\n logging_config=cloudformation.CfnHookVersion.LoggingConfigProperty(\n log_group_name=\"logGroupName\",\n log_role_arn=\"logRoleArn\"\n )\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnHookVersion = new CfnHookVersion(this, \"MyCfnHookVersion\", new CfnHookVersionProps {\n SchemaHandlerPackage = \"schemaHandlerPackage\",\n TypeName = \"typeName\",\n\n // the properties below are optional\n ExecutionRoleArn = \"executionRoleArn\",\n LoggingConfig = new LoggingConfigProperty {\n LogGroupName = \"logGroupName\",\n LogRoleArn = \"logRoleArn\"\n }\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnHookVersion cfnHookVersion = CfnHookVersion.Builder.create(this, \"MyCfnHookVersion\")\n .schemaHandlerPackage(\"schemaHandlerPackage\")\n .typeName(\"typeName\")\n\n // the properties below are optional\n .executionRoleArn(\"executionRoleArn\")\n .loggingConfig(LoggingConfigProperty.builder()\n .logGroupName(\"logGroupName\")\n .logRoleArn(\"logRoleArn\")\n .build())\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnHookVersion := cloudformation.NewCfnHookVersion(this, jsii.String(\"MyCfnHookVersion\"), &CfnHookVersionProps{\n\tSchemaHandlerPackage: jsii.String(\"schemaHandlerPackage\"),\n\tTypeName: jsii.String(\"typeName\"),\n\n\t// the properties below are optional\n\tExecutionRoleArn: jsii.String(\"executionRoleArn\"),\n\tLoggingConfig: &LoggingConfigProperty{\n\t\tLogGroupName: jsii.String(\"logGroupName\"),\n\t\tLogRoleArn: jsii.String(\"logRoleArn\"),\n\t},\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnHookVersion = new cloudformation.CfnHookVersion(this, 'MyCfnHookVersion', {\n schemaHandlerPackage: 'schemaHandlerPackage',\n typeName: 'typeName',\n\n // the properties below are optional\n executionRoleArn: 'executionRoleArn',\n loggingConfig: {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n },\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnHookVersion"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnHookVersion","@aws-cdk/aws-cloudformation.CfnHookVersionProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnHookVersion = new cloudformation.CfnHookVersion(this, 'MyCfnHookVersion', {\n schemaHandlerPackage: 'schemaHandlerPackage',\n typeName: 'typeName',\n\n // the properties below are optional\n executionRoleArn: 'executionRoleArn',\n loggingConfig: {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n },\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":7,"75":10,"104":1,"193":2,"194":1,"197":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":6,"290":1},"fqnsFingerprint":"1ce678851acf6996adb2c558b664ceca2abbd2473286bebaa8c42f6fb07b9e69"},"5a5e8eb2e49feed924800d748e9dada7f03a365d2d63de80295446ae315a113e":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\nlogging_config_property = cloudformation.CfnHookVersion.LoggingConfigProperty(\n log_group_name=\"logGroupName\",\n log_role_arn=\"logRoleArn\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar loggingConfigProperty = new LoggingConfigProperty {\n LogGroupName = \"logGroupName\",\n LogRoleArn = \"logRoleArn\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nLoggingConfigProperty loggingConfigProperty = LoggingConfigProperty.builder()\n .logGroupName(\"logGroupName\")\n .logRoleArn(\"logRoleArn\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\nloggingConfigProperty := &LoggingConfigProperty{\n\tLogGroupName: jsii.String(\"logGroupName\"),\n\tLogRoleArn: jsii.String(\"logRoleArn\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst loggingConfigProperty: cloudformation.CfnHookVersion.LoggingConfigProperty = {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnHookVersion.LoggingConfigProperty"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnHookVersion.LoggingConfigProperty"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst loggingConfigProperty: cloudformation.CfnHookVersion.LoggingConfigProperty = {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":3,"75":7,"153":2,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":2,"290":1},"fqnsFingerprint":"1c7d577361fb683f311cde1c9e5397c3bc5fe5a18d2b970b36288902c2189fd5"},"e706cfd627d28be3e862c1c44b1b755cc08e90ffa9e2c22162f84540104aa61d":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_hook_version_props = cloudformation.CfnHookVersionProps(\n schema_handler_package=\"schemaHandlerPackage\",\n type_name=\"typeName\",\n\n # the properties below are optional\n execution_role_arn=\"executionRoleArn\",\n logging_config=cloudformation.CfnHookVersion.LoggingConfigProperty(\n log_group_name=\"logGroupName\",\n log_role_arn=\"logRoleArn\"\n )\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnHookVersionProps = new CfnHookVersionProps {\n SchemaHandlerPackage = \"schemaHandlerPackage\",\n TypeName = \"typeName\",\n\n // the properties below are optional\n ExecutionRoleArn = \"executionRoleArn\",\n LoggingConfig = new LoggingConfigProperty {\n LogGroupName = \"logGroupName\",\n LogRoleArn = \"logRoleArn\"\n }\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnHookVersionProps cfnHookVersionProps = CfnHookVersionProps.builder()\n .schemaHandlerPackage(\"schemaHandlerPackage\")\n .typeName(\"typeName\")\n\n // the properties below are optional\n .executionRoleArn(\"executionRoleArn\")\n .loggingConfig(LoggingConfigProperty.builder()\n .logGroupName(\"logGroupName\")\n .logRoleArn(\"logRoleArn\")\n .build())\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnHookVersionProps := &CfnHookVersionProps{\n\tSchemaHandlerPackage: jsii.String(\"schemaHandlerPackage\"),\n\tTypeName: jsii.String(\"typeName\"),\n\n\t// the properties below are optional\n\tExecutionRoleArn: jsii.String(\"executionRoleArn\"),\n\tLoggingConfig: &LoggingConfigProperty{\n\t\tLogGroupName: jsii.String(\"logGroupName\"),\n\t\tLogRoleArn: jsii.String(\"logRoleArn\"),\n\t},\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnHookVersionProps: cloudformation.CfnHookVersionProps = {\n schemaHandlerPackage: 'schemaHandlerPackage',\n typeName: 'typeName',\n\n // the properties below are optional\n executionRoleArn: 'executionRoleArn',\n loggingConfig: {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n },\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnHookVersionProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnHookVersionProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnHookVersionProps: cloudformation.CfnHookVersionProps = {\n schemaHandlerPackage: 'schemaHandlerPackage',\n typeName: 'typeName',\n\n // the properties below are optional\n executionRoleArn: 'executionRoleArn',\n loggingConfig: {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n },\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":6,"75":10,"153":1,"169":1,"193":2,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":6,"290":1},"fqnsFingerprint":"553e51190bf5ecc245631a59aef80be916c40e51007fe69384e3032a26947b11"},"60a7f6beb540b234e207adc5430837b64cf493df7ab2c976381e520987e1bbe8":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_macro = cloudformation.CfnMacro(self, \"MyCfnMacro\",\n function_name=\"functionName\",\n name=\"name\",\n\n # the properties below are optional\n description=\"description\",\n log_group_name=\"logGroupName\",\n log_role_arn=\"logRoleArn\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnMacro = new CfnMacro(this, \"MyCfnMacro\", new CfnMacroProps {\n FunctionName = \"functionName\",\n Name = \"name\",\n\n // the properties below are optional\n Description = \"description\",\n LogGroupName = \"logGroupName\",\n LogRoleArn = \"logRoleArn\"\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnMacro cfnMacro = CfnMacro.Builder.create(this, \"MyCfnMacro\")\n .functionName(\"functionName\")\n .name(\"name\")\n\n // the properties below are optional\n .description(\"description\")\n .logGroupName(\"logGroupName\")\n .logRoleArn(\"logRoleArn\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnMacro := cloudformation.NewCfnMacro(this, jsii.String(\"MyCfnMacro\"), &CfnMacroProps{\n\tFunctionName: jsii.String(\"functionName\"),\n\tName: jsii.String(\"name\"),\n\n\t// the properties below are optional\n\tDescription: jsii.String(\"description\"),\n\tLogGroupName: jsii.String(\"logGroupName\"),\n\tLogRoleArn: jsii.String(\"logRoleArn\"),\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnMacro = new cloudformation.CfnMacro(this, 'MyCfnMacro', {\n functionName: 'functionName',\n name: 'name',\n\n // the properties below are optional\n description: 'description',\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnMacro"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnMacro","@aws-cdk/aws-cloudformation.CfnMacroProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnMacro = new cloudformation.CfnMacro(this, 'MyCfnMacro', {\n functionName: 'functionName',\n name: 'name',\n\n // the properties below are optional\n description: 'description',\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":7,"75":9,"104":1,"193":1,"194":1,"197":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":5,"290":1},"fqnsFingerprint":"04ecfc6a70dc49b4b542fafbc8600bad8a41ec147d788e850d3f4751f3266488"},"95e6801b6c2a5f0b1ca88ca1c59f0361c81d229dfe9b3d21776d6d9bcf2b1ff5":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_macro_props = cloudformation.CfnMacroProps(\n function_name=\"functionName\",\n name=\"name\",\n\n # the properties below are optional\n description=\"description\",\n log_group_name=\"logGroupName\",\n log_role_arn=\"logRoleArn\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnMacroProps = new CfnMacroProps {\n FunctionName = \"functionName\",\n Name = \"name\",\n\n // the properties below are optional\n Description = \"description\",\n LogGroupName = \"logGroupName\",\n LogRoleArn = \"logRoleArn\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnMacroProps cfnMacroProps = CfnMacroProps.builder()\n .functionName(\"functionName\")\n .name(\"name\")\n\n // the properties below are optional\n .description(\"description\")\n .logGroupName(\"logGroupName\")\n .logRoleArn(\"logRoleArn\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnMacroProps := &CfnMacroProps{\n\tFunctionName: jsii.String(\"functionName\"),\n\tName: jsii.String(\"name\"),\n\n\t// the properties below are optional\n\tDescription: jsii.String(\"description\"),\n\tLogGroupName: jsii.String(\"logGroupName\"),\n\tLogRoleArn: jsii.String(\"logRoleArn\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnMacroProps: cloudformation.CfnMacroProps = {\n functionName: 'functionName',\n name: 'name',\n\n // the properties below are optional\n description: 'description',\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnMacroProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnMacroProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnMacroProps: cloudformation.CfnMacroProps = {\n functionName: 'functionName',\n name: 'name',\n\n // the properties below are optional\n description: 'description',\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":6,"75":9,"153":1,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":5,"290":1},"fqnsFingerprint":"32f6a6f6a24858cb741e856acf533ea86c99cb2a5cc0b48c361b048a9bed82d0"},"5cbc71bcc50b1b32beaf114a013b5fef0e3a953c15df56ad2d475a998b796184":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_module_default_version = cloudformation.CfnModuleDefaultVersion(self, \"MyCfnModuleDefaultVersion\",\n arn=\"arn\",\n module_name=\"moduleName\",\n version_id=\"versionId\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnModuleDefaultVersion = new CfnModuleDefaultVersion(this, \"MyCfnModuleDefaultVersion\", new CfnModuleDefaultVersionProps {\n Arn = \"arn\",\n ModuleName = \"moduleName\",\n VersionId = \"versionId\"\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnModuleDefaultVersion cfnModuleDefaultVersion = CfnModuleDefaultVersion.Builder.create(this, \"MyCfnModuleDefaultVersion\")\n .arn(\"arn\")\n .moduleName(\"moduleName\")\n .versionId(\"versionId\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnModuleDefaultVersion := cloudformation.NewCfnModuleDefaultVersion(this, jsii.String(\"MyCfnModuleDefaultVersion\"), &CfnModuleDefaultVersionProps{\n\tArn: jsii.String(\"arn\"),\n\tModuleName: jsii.String(\"moduleName\"),\n\tVersionId: jsii.String(\"versionId\"),\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnModuleDefaultVersion = new cloudformation.CfnModuleDefaultVersion(this, 'MyCfnModuleDefaultVersion', /* all optional props */ {\n arn: 'arn',\n moduleName: 'moduleName',\n versionId: 'versionId',\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnModuleDefaultVersion"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnModuleDefaultVersion","@aws-cdk/aws-cloudformation.CfnModuleDefaultVersionProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnModuleDefaultVersion = new cloudformation.CfnModuleDefaultVersion(this, 'MyCfnModuleDefaultVersion', /* all optional props */ {\n arn: 'arn',\n moduleName: 'moduleName',\n versionId: 'versionId',\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":5,"75":7,"104":1,"193":1,"194":1,"197":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":3,"290":1},"fqnsFingerprint":"653b96beae37de382688a4d0ac3b4d51029f6d54e9830d16a5aaa4950f07a74d"},"7a03f1fd21bd97547c1d01412767973d31d6743d6c72a0b8f9fbd3d0a696e095":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_module_default_version_props = cloudformation.CfnModuleDefaultVersionProps(\n arn=\"arn\",\n module_name=\"moduleName\",\n version_id=\"versionId\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnModuleDefaultVersionProps = new CfnModuleDefaultVersionProps {\n Arn = \"arn\",\n ModuleName = \"moduleName\",\n VersionId = \"versionId\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnModuleDefaultVersionProps cfnModuleDefaultVersionProps = CfnModuleDefaultVersionProps.builder()\n .arn(\"arn\")\n .moduleName(\"moduleName\")\n .versionId(\"versionId\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnModuleDefaultVersionProps := &CfnModuleDefaultVersionProps{\n\tArn: jsii.String(\"arn\"),\n\tModuleName: jsii.String(\"moduleName\"),\n\tVersionId: jsii.String(\"versionId\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnModuleDefaultVersionProps: cloudformation.CfnModuleDefaultVersionProps = {\n arn: 'arn',\n moduleName: 'moduleName',\n versionId: 'versionId',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnModuleDefaultVersionProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnModuleDefaultVersionProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnModuleDefaultVersionProps: cloudformation.CfnModuleDefaultVersionProps = {\n arn: 'arn',\n moduleName: 'moduleName',\n versionId: 'versionId',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":4,"75":7,"153":1,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":3,"290":1},"fqnsFingerprint":"d70d2ad6e33e1ae2846c902b9f8d2d3ae29b562b4f131db168cb33f9a7fa9c8e"},"3aa4f94787034f12554bb6e0ca5c2d5b32250f047aae2a7a95b57dc66cb9e170":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_module_version = cloudformation.CfnModuleVersion(self, \"MyCfnModuleVersion\",\n module_name=\"moduleName\",\n module_package=\"modulePackage\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnModuleVersion = new CfnModuleVersion(this, \"MyCfnModuleVersion\", new CfnModuleVersionProps {\n ModuleName = \"moduleName\",\n ModulePackage = \"modulePackage\"\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnModuleVersion cfnModuleVersion = CfnModuleVersion.Builder.create(this, \"MyCfnModuleVersion\")\n .moduleName(\"moduleName\")\n .modulePackage(\"modulePackage\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnModuleVersion := cloudformation.NewCfnModuleVersion(this, jsii.String(\"MyCfnModuleVersion\"), &CfnModuleVersionProps{\n\tModuleName: jsii.String(\"moduleName\"),\n\tModulePackage: jsii.String(\"modulePackage\"),\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnModuleVersion = new cloudformation.CfnModuleVersion(this, 'MyCfnModuleVersion', {\n moduleName: 'moduleName',\n modulePackage: 'modulePackage',\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnModuleVersion"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnModuleVersion","@aws-cdk/aws-cloudformation.CfnModuleVersionProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnModuleVersion = new cloudformation.CfnModuleVersion(this, 'MyCfnModuleVersion', {\n moduleName: 'moduleName',\n modulePackage: 'modulePackage',\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":4,"75":6,"104":1,"193":1,"194":1,"197":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":2,"290":1},"fqnsFingerprint":"5b07621c2cd0b3f515db2feb474f85f1f55b077ab8d69ac7246cdd594dfeecd1"},"2f4e05a9fc3b7ffbfe78e81d4925658d0e4e04e4cb359ec74627216c271350b1":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_module_version_props = cloudformation.CfnModuleVersionProps(\n module_name=\"moduleName\",\n module_package=\"modulePackage\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnModuleVersionProps = new CfnModuleVersionProps {\n ModuleName = \"moduleName\",\n ModulePackage = \"modulePackage\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnModuleVersionProps cfnModuleVersionProps = CfnModuleVersionProps.builder()\n .moduleName(\"moduleName\")\n .modulePackage(\"modulePackage\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnModuleVersionProps := &CfnModuleVersionProps{\n\tModuleName: jsii.String(\"moduleName\"),\n\tModulePackage: jsii.String(\"modulePackage\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnModuleVersionProps: cloudformation.CfnModuleVersionProps = {\n moduleName: 'moduleName',\n modulePackage: 'modulePackage',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnModuleVersionProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnModuleVersionProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnModuleVersionProps: cloudformation.CfnModuleVersionProps = {\n moduleName: 'moduleName',\n modulePackage: 'modulePackage',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":3,"75":6,"153":1,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":2,"290":1},"fqnsFingerprint":"ce56c2fc9d1e2073f638e1863e79bb17b3af3bd34270ee94247a0c3a092347c5"},"f4e03507cefdb70d66dee0b2f716780c1f471dd69bba326fa96e4f0b61ed11be":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_public_type_version = cloudformation.CfnPublicTypeVersion(self, \"MyCfnPublicTypeVersion\",\n arn=\"arn\",\n log_delivery_bucket=\"logDeliveryBucket\",\n public_version_number=\"publicVersionNumber\",\n type=\"type\",\n type_name=\"typeName\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnPublicTypeVersion = new CfnPublicTypeVersion(this, \"MyCfnPublicTypeVersion\", new CfnPublicTypeVersionProps {\n Arn = \"arn\",\n LogDeliveryBucket = \"logDeliveryBucket\",\n PublicVersionNumber = \"publicVersionNumber\",\n Type = \"type\",\n TypeName = \"typeName\"\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnPublicTypeVersion cfnPublicTypeVersion = CfnPublicTypeVersion.Builder.create(this, \"MyCfnPublicTypeVersion\")\n .arn(\"arn\")\n .logDeliveryBucket(\"logDeliveryBucket\")\n .publicVersionNumber(\"publicVersionNumber\")\n .type(\"type\")\n .typeName(\"typeName\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnPublicTypeVersion := cloudformation.NewCfnPublicTypeVersion(this, jsii.String(\"MyCfnPublicTypeVersion\"), &CfnPublicTypeVersionProps{\n\tArn: jsii.String(\"arn\"),\n\tLogDeliveryBucket: jsii.String(\"logDeliveryBucket\"),\n\tPublicVersionNumber: jsii.String(\"publicVersionNumber\"),\n\tType: jsii.String(\"type\"),\n\tTypeName: jsii.String(\"typeName\"),\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnPublicTypeVersion = new cloudformation.CfnPublicTypeVersion(this, 'MyCfnPublicTypeVersion', /* all optional props */ {\n arn: 'arn',\n logDeliveryBucket: 'logDeliveryBucket',\n publicVersionNumber: 'publicVersionNumber',\n type: 'type',\n typeName: 'typeName',\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnPublicTypeVersion"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnPublicTypeVersion","@aws-cdk/aws-cloudformation.CfnPublicTypeVersionProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnPublicTypeVersion = new cloudformation.CfnPublicTypeVersion(this, 'MyCfnPublicTypeVersion', /* all optional props */ {\n arn: 'arn',\n logDeliveryBucket: 'logDeliveryBucket',\n publicVersionNumber: 'publicVersionNumber',\n type: 'type',\n typeName: 'typeName',\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":7,"75":9,"104":1,"193":1,"194":1,"197":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":5,"290":1},"fqnsFingerprint":"b173c1fb0111382ebf1baedb78b15791d9dafe0df0f81e975c142d5e7c66b47d"},"3657536c9e12b88e4661656f14ae5774693fb718fce0e7c9c6e07fcd6aa331f2":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_public_type_version_props = cloudformation.CfnPublicTypeVersionProps(\n arn=\"arn\",\n log_delivery_bucket=\"logDeliveryBucket\",\n public_version_number=\"publicVersionNumber\",\n type=\"type\",\n type_name=\"typeName\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnPublicTypeVersionProps = new CfnPublicTypeVersionProps {\n Arn = \"arn\",\n LogDeliveryBucket = \"logDeliveryBucket\",\n PublicVersionNumber = \"publicVersionNumber\",\n Type = \"type\",\n TypeName = \"typeName\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnPublicTypeVersionProps cfnPublicTypeVersionProps = CfnPublicTypeVersionProps.builder()\n .arn(\"arn\")\n .logDeliveryBucket(\"logDeliveryBucket\")\n .publicVersionNumber(\"publicVersionNumber\")\n .type(\"type\")\n .typeName(\"typeName\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnPublicTypeVersionProps := &CfnPublicTypeVersionProps{\n\tArn: jsii.String(\"arn\"),\n\tLogDeliveryBucket: jsii.String(\"logDeliveryBucket\"),\n\tPublicVersionNumber: jsii.String(\"publicVersionNumber\"),\n\tType: jsii.String(\"type\"),\n\tTypeName: jsii.String(\"typeName\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnPublicTypeVersionProps: cloudformation.CfnPublicTypeVersionProps = {\n arn: 'arn',\n logDeliveryBucket: 'logDeliveryBucket',\n publicVersionNumber: 'publicVersionNumber',\n type: 'type',\n typeName: 'typeName',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnPublicTypeVersionProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnPublicTypeVersionProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnPublicTypeVersionProps: cloudformation.CfnPublicTypeVersionProps = {\n arn: 'arn',\n logDeliveryBucket: 'logDeliveryBucket',\n publicVersionNumber: 'publicVersionNumber',\n type: 'type',\n typeName: 'typeName',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":6,"75":9,"153":1,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":5,"290":1},"fqnsFingerprint":"0baf6c85cc27629d71a667d209803f98c8946cb8a182b4b36d78efebe86d1f5f"},"45c9d64d094db1be6d37d30d6924718fa5c0761f563ea545da3dd30c73024cb6":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_publisher = cloudformation.CfnPublisher(self, \"MyCfnPublisher\",\n accept_terms_and_conditions=False,\n\n # the properties below are optional\n connection_arn=\"connectionArn\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnPublisher = new CfnPublisher(this, \"MyCfnPublisher\", new CfnPublisherProps {\n AcceptTermsAndConditions = false,\n\n // the properties below are optional\n ConnectionArn = \"connectionArn\"\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnPublisher cfnPublisher = CfnPublisher.Builder.create(this, \"MyCfnPublisher\")\n .acceptTermsAndConditions(false)\n\n // the properties below are optional\n .connectionArn(\"connectionArn\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnPublisher := cloudformation.NewCfnPublisher(this, jsii.String(\"MyCfnPublisher\"), &CfnPublisherProps{\n\tAcceptTermsAndConditions: jsii.Boolean(false),\n\n\t// the properties below are optional\n\tConnectionArn: jsii.String(\"connectionArn\"),\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnPublisher = new cloudformation.CfnPublisher(this, 'MyCfnPublisher', {\n acceptTermsAndConditions: false,\n\n // the properties below are optional\n connectionArn: 'connectionArn',\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnPublisher"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnPublisher","@aws-cdk/aws-cloudformation.CfnPublisherProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnPublisher = new cloudformation.CfnPublisher(this, 'MyCfnPublisher', {\n acceptTermsAndConditions: false,\n\n // the properties below are optional\n connectionArn: 'connectionArn',\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":3,"75":6,"91":1,"104":1,"193":1,"194":1,"197":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":2,"290":1},"fqnsFingerprint":"b3850eef331db10a343e1e7a2e87e3627dc325b8fbfb4c01d12f8562a9e02a78"},"36e0e404577c1c73b6cfa092d99a5cbd34dc07dc21af332f71311e3dc0124af8":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_publisher_props = cloudformation.CfnPublisherProps(\n accept_terms_and_conditions=False,\n\n # the properties below are optional\n connection_arn=\"connectionArn\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnPublisherProps = new CfnPublisherProps {\n AcceptTermsAndConditions = false,\n\n // the properties below are optional\n ConnectionArn = \"connectionArn\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnPublisherProps cfnPublisherProps = CfnPublisherProps.builder()\n .acceptTermsAndConditions(false)\n\n // the properties below are optional\n .connectionArn(\"connectionArn\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnPublisherProps := &CfnPublisherProps{\n\tAcceptTermsAndConditions: jsii.Boolean(false),\n\n\t// the properties below are optional\n\tConnectionArn: jsii.String(\"connectionArn\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnPublisherProps: cloudformation.CfnPublisherProps = {\n acceptTermsAndConditions: false,\n\n // the properties below are optional\n connectionArn: 'connectionArn',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnPublisherProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnPublisherProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnPublisherProps: cloudformation.CfnPublisherProps = {\n acceptTermsAndConditions: false,\n\n // the properties below are optional\n connectionArn: 'connectionArn',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":2,"75":6,"91":1,"153":1,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":2,"290":1},"fqnsFingerprint":"1b3c2a53e7acf8659f96ef42b842c7e89d29feea45d10b2f0cea17b774b8b7cb"},"379d07612c8be5c947a1dc7020692b297102445db1fe4b9b331cafe384b96012":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_resource_default_version = cloudformation.CfnResourceDefaultVersion(self, \"MyCfnResourceDefaultVersion\",\n type_name=\"typeName\",\n type_version_arn=\"typeVersionArn\",\n version_id=\"versionId\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnResourceDefaultVersion = new CfnResourceDefaultVersion(this, \"MyCfnResourceDefaultVersion\", new CfnResourceDefaultVersionProps {\n TypeName = \"typeName\",\n TypeVersionArn = \"typeVersionArn\",\n VersionId = \"versionId\"\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnResourceDefaultVersion cfnResourceDefaultVersion = CfnResourceDefaultVersion.Builder.create(this, \"MyCfnResourceDefaultVersion\")\n .typeName(\"typeName\")\n .typeVersionArn(\"typeVersionArn\")\n .versionId(\"versionId\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnResourceDefaultVersion := cloudformation.NewCfnResourceDefaultVersion(this, jsii.String(\"MyCfnResourceDefaultVersion\"), &CfnResourceDefaultVersionProps{\n\tTypeName: jsii.String(\"typeName\"),\n\tTypeVersionArn: jsii.String(\"typeVersionArn\"),\n\tVersionId: jsii.String(\"versionId\"),\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnResourceDefaultVersion = new cloudformation.CfnResourceDefaultVersion(this, 'MyCfnResourceDefaultVersion', /* all optional props */ {\n typeName: 'typeName',\n typeVersionArn: 'typeVersionArn',\n versionId: 'versionId',\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnResourceDefaultVersion"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnResourceDefaultVersion","@aws-cdk/aws-cloudformation.CfnResourceDefaultVersionProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnResourceDefaultVersion = new cloudformation.CfnResourceDefaultVersion(this, 'MyCfnResourceDefaultVersion', /* all optional props */ {\n typeName: 'typeName',\n typeVersionArn: 'typeVersionArn',\n versionId: 'versionId',\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":5,"75":7,"104":1,"193":1,"194":1,"197":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":3,"290":1},"fqnsFingerprint":"5e90e0248e330cc7b0febaec0a0b468a860f3f397872229e56870f511a2daae9"},"8882578a55c32fbe5712871e3eb09170838e86b14141aeaa6244be908fe5cf35":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_resource_default_version_props = cloudformation.CfnResourceDefaultVersionProps(\n type_name=\"typeName\",\n type_version_arn=\"typeVersionArn\",\n version_id=\"versionId\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnResourceDefaultVersionProps = new CfnResourceDefaultVersionProps {\n TypeName = \"typeName\",\n TypeVersionArn = \"typeVersionArn\",\n VersionId = \"versionId\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnResourceDefaultVersionProps cfnResourceDefaultVersionProps = CfnResourceDefaultVersionProps.builder()\n .typeName(\"typeName\")\n .typeVersionArn(\"typeVersionArn\")\n .versionId(\"versionId\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnResourceDefaultVersionProps := &CfnResourceDefaultVersionProps{\n\tTypeName: jsii.String(\"typeName\"),\n\tTypeVersionArn: jsii.String(\"typeVersionArn\"),\n\tVersionId: jsii.String(\"versionId\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnResourceDefaultVersionProps: cloudformation.CfnResourceDefaultVersionProps = {\n typeName: 'typeName',\n typeVersionArn: 'typeVersionArn',\n versionId: 'versionId',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnResourceDefaultVersionProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnResourceDefaultVersionProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnResourceDefaultVersionProps: cloudformation.CfnResourceDefaultVersionProps = {\n typeName: 'typeName',\n typeVersionArn: 'typeVersionArn',\n versionId: 'versionId',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":4,"75":7,"153":1,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":3,"290":1},"fqnsFingerprint":"abd1d61579b16e61367a30d3615f7883097677171ae7374d41f325a03b65e53a"},"51e395a3ed94cc63f5efa6da15ad1a8c77c8e918536a153a6a3c32977f592f34":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_resource_version = cloudformation.CfnResourceVersion(self, \"MyCfnResourceVersion\",\n schema_handler_package=\"schemaHandlerPackage\",\n type_name=\"typeName\",\n\n # the properties below are optional\n execution_role_arn=\"executionRoleArn\",\n logging_config=cloudformation.CfnResourceVersion.LoggingConfigProperty(\n log_group_name=\"logGroupName\",\n log_role_arn=\"logRoleArn\"\n )\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnResourceVersion = new CfnResourceVersion(this, \"MyCfnResourceVersion\", new CfnResourceVersionProps {\n SchemaHandlerPackage = \"schemaHandlerPackage\",\n TypeName = \"typeName\",\n\n // the properties below are optional\n ExecutionRoleArn = \"executionRoleArn\",\n LoggingConfig = new LoggingConfigProperty {\n LogGroupName = \"logGroupName\",\n LogRoleArn = \"logRoleArn\"\n }\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnResourceVersion cfnResourceVersion = CfnResourceVersion.Builder.create(this, \"MyCfnResourceVersion\")\n .schemaHandlerPackage(\"schemaHandlerPackage\")\n .typeName(\"typeName\")\n\n // the properties below are optional\n .executionRoleArn(\"executionRoleArn\")\n .loggingConfig(LoggingConfigProperty.builder()\n .logGroupName(\"logGroupName\")\n .logRoleArn(\"logRoleArn\")\n .build())\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnResourceVersion := cloudformation.NewCfnResourceVersion(this, jsii.String(\"MyCfnResourceVersion\"), &CfnResourceVersionProps{\n\tSchemaHandlerPackage: jsii.String(\"schemaHandlerPackage\"),\n\tTypeName: jsii.String(\"typeName\"),\n\n\t// the properties below are optional\n\tExecutionRoleArn: jsii.String(\"executionRoleArn\"),\n\tLoggingConfig: &LoggingConfigProperty{\n\t\tLogGroupName: jsii.String(\"logGroupName\"),\n\t\tLogRoleArn: jsii.String(\"logRoleArn\"),\n\t},\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnResourceVersion = new cloudformation.CfnResourceVersion(this, 'MyCfnResourceVersion', {\n schemaHandlerPackage: 'schemaHandlerPackage',\n typeName: 'typeName',\n\n // the properties below are optional\n executionRoleArn: 'executionRoleArn',\n loggingConfig: {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n },\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnResourceVersion"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnResourceVersion","@aws-cdk/aws-cloudformation.CfnResourceVersionProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnResourceVersion = new cloudformation.CfnResourceVersion(this, 'MyCfnResourceVersion', {\n schemaHandlerPackage: 'schemaHandlerPackage',\n typeName: 'typeName',\n\n // the properties below are optional\n executionRoleArn: 'executionRoleArn',\n loggingConfig: {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n },\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":7,"75":10,"104":1,"193":2,"194":1,"197":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":6,"290":1},"fqnsFingerprint":"8d40b66449bbb3b3227735ad414a02a0ebf94fb47de047964c187f987b63f78a"},"9ba923236e2ce03a8a98efd74a4ff127a6372e4a04d028879798929d0b548a2a":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\nlogging_config_property = cloudformation.CfnResourceVersion.LoggingConfigProperty(\n log_group_name=\"logGroupName\",\n log_role_arn=\"logRoleArn\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar loggingConfigProperty = new LoggingConfigProperty {\n LogGroupName = \"logGroupName\",\n LogRoleArn = \"logRoleArn\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nLoggingConfigProperty loggingConfigProperty = LoggingConfigProperty.builder()\n .logGroupName(\"logGroupName\")\n .logRoleArn(\"logRoleArn\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\nloggingConfigProperty := &LoggingConfigProperty{\n\tLogGroupName: jsii.String(\"logGroupName\"),\n\tLogRoleArn: jsii.String(\"logRoleArn\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst loggingConfigProperty: cloudformation.CfnResourceVersion.LoggingConfigProperty = {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnResourceVersion.LoggingConfigProperty"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnResourceVersion.LoggingConfigProperty"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst loggingConfigProperty: cloudformation.CfnResourceVersion.LoggingConfigProperty = {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":3,"75":7,"153":2,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":2,"290":1},"fqnsFingerprint":"41cce430149ddeb20af1a45ee9f9b087ff843704a6b54ebe5016ce8165beef91"},"2377929dd5efa0cbb435c534da3efda4b89f1a91cd2b8b6046d9186f539ff466":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_resource_version_props = cloudformation.CfnResourceVersionProps(\n schema_handler_package=\"schemaHandlerPackage\",\n type_name=\"typeName\",\n\n # the properties below are optional\n execution_role_arn=\"executionRoleArn\",\n logging_config=cloudformation.CfnResourceVersion.LoggingConfigProperty(\n log_group_name=\"logGroupName\",\n log_role_arn=\"logRoleArn\"\n )\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnResourceVersionProps = new CfnResourceVersionProps {\n SchemaHandlerPackage = \"schemaHandlerPackage\",\n TypeName = \"typeName\",\n\n // the properties below are optional\n ExecutionRoleArn = \"executionRoleArn\",\n LoggingConfig = new LoggingConfigProperty {\n LogGroupName = \"logGroupName\",\n LogRoleArn = \"logRoleArn\"\n }\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnResourceVersionProps cfnResourceVersionProps = CfnResourceVersionProps.builder()\n .schemaHandlerPackage(\"schemaHandlerPackage\")\n .typeName(\"typeName\")\n\n // the properties below are optional\n .executionRoleArn(\"executionRoleArn\")\n .loggingConfig(LoggingConfigProperty.builder()\n .logGroupName(\"logGroupName\")\n .logRoleArn(\"logRoleArn\")\n .build())\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnResourceVersionProps := &CfnResourceVersionProps{\n\tSchemaHandlerPackage: jsii.String(\"schemaHandlerPackage\"),\n\tTypeName: jsii.String(\"typeName\"),\n\n\t// the properties below are optional\n\tExecutionRoleArn: jsii.String(\"executionRoleArn\"),\n\tLoggingConfig: &LoggingConfigProperty{\n\t\tLogGroupName: jsii.String(\"logGroupName\"),\n\t\tLogRoleArn: jsii.String(\"logRoleArn\"),\n\t},\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnResourceVersionProps: cloudformation.CfnResourceVersionProps = {\n schemaHandlerPackage: 'schemaHandlerPackage',\n typeName: 'typeName',\n\n // the properties below are optional\n executionRoleArn: 'executionRoleArn',\n loggingConfig: {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n },\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnResourceVersionProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnResourceVersionProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnResourceVersionProps: cloudformation.CfnResourceVersionProps = {\n schemaHandlerPackage: 'schemaHandlerPackage',\n typeName: 'typeName',\n\n // the properties below are optional\n executionRoleArn: 'executionRoleArn',\n loggingConfig: {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n },\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":6,"75":10,"153":1,"169":1,"193":2,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":6,"290":1},"fqnsFingerprint":"d7ef77a274e637bebcf607f5a2d170741963d6ccbd182df9c3584a6a26601d7e"},"35ac6ee589ff5c21eb67de59f306a329254be81dfafea15081de8ec86c908674":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_stack = cloudformation.CfnStack(self, \"MyCfnStack\",\n template_url=\"templateUrl\",\n\n # the properties below are optional\n notification_arns=[\"notificationArns\"],\n parameters={\n \"parameters_key\": \"parameters\"\n },\n tags=[CfnTag(\n key=\"key\",\n value=\"value\"\n )],\n timeout_in_minutes=123\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnStack = new CfnStack(this, \"MyCfnStack\", new CfnStackProps {\n TemplateUrl = \"templateUrl\",\n\n // the properties below are optional\n NotificationArns = new [] { \"notificationArns\" },\n Parameters = new Dictionary {\n { \"parametersKey\", \"parameters\" }\n },\n Tags = new [] { new CfnTag {\n Key = \"key\",\n Value = \"value\"\n } },\n TimeoutInMinutes = 123\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnStack cfnStack = CfnStack.Builder.create(this, \"MyCfnStack\")\n .templateUrl(\"templateUrl\")\n\n // the properties below are optional\n .notificationArns(List.of(\"notificationArns\"))\n .parameters(Map.of(\n \"parametersKey\", \"parameters\"))\n .tags(List.of(CfnTag.builder()\n .key(\"key\")\n .value(\"value\")\n .build()))\n .timeoutInMinutes(123)\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnStack := cloudformation.NewCfnStack(this, jsii.String(\"MyCfnStack\"), &CfnStackProps{\n\tTemplateUrl: jsii.String(\"templateUrl\"),\n\n\t// the properties below are optional\n\tNotificationArns: []*string{\n\t\tjsii.String(\"notificationArns\"),\n\t},\n\tParameters: map[string]*string{\n\t\t\"parametersKey\": jsii.String(\"parameters\"),\n\t},\n\tTags: []cfnTag{\n\t\t&cfnTag{\n\t\t\tKey: jsii.String(\"key\"),\n\t\t\tValue: jsii.String(\"value\"),\n\t\t},\n\t},\n\tTimeoutInMinutes: jsii.Number(123),\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnStack = new cloudformation.CfnStack(this, 'MyCfnStack', {\n templateUrl: 'templateUrl',\n\n // the properties below are optional\n notificationArns: ['notificationArns'],\n parameters: {\n parametersKey: 'parameters',\n },\n tags: [{\n key: 'key',\n value: 'value',\n }],\n timeoutInMinutes: 123,\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnStack"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnStack","@aws-cdk/aws-cloudformation.CfnStackProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnStack = new cloudformation.CfnStack(this, 'MyCfnStack', {\n templateUrl: 'templateUrl',\n\n // the properties below are optional\n notificationArns: ['notificationArns'],\n parameters: {\n parametersKey: 'parameters',\n },\n tags: [{\n key: 'key',\n value: 'value',\n }],\n timeoutInMinutes: 123,\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"8":1,"10":7,"75":12,"104":1,"192":2,"193":3,"194":1,"197":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":8,"290":1},"fqnsFingerprint":"ee256cbcfdb2469fe1765fb9aade57279948e3466920a705859004b7219a2f10"},"c7d2d1602262176c76fed6e03a4f07f1ae2fdbcbcfcd4513b07908026823b1b5":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_stack_props = cloudformation.CfnStackProps(\n template_url=\"templateUrl\",\n\n # the properties below are optional\n notification_arns=[\"notificationArns\"],\n parameters={\n \"parameters_key\": \"parameters\"\n },\n tags=[CfnTag(\n key=\"key\",\n value=\"value\"\n )],\n timeout_in_minutes=123\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnStackProps = new CfnStackProps {\n TemplateUrl = \"templateUrl\",\n\n // the properties below are optional\n NotificationArns = new [] { \"notificationArns\" },\n Parameters = new Dictionary {\n { \"parametersKey\", \"parameters\" }\n },\n Tags = new [] { new CfnTag {\n Key = \"key\",\n Value = \"value\"\n } },\n TimeoutInMinutes = 123\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnStackProps cfnStackProps = CfnStackProps.builder()\n .templateUrl(\"templateUrl\")\n\n // the properties below are optional\n .notificationArns(List.of(\"notificationArns\"))\n .parameters(Map.of(\n \"parametersKey\", \"parameters\"))\n .tags(List.of(CfnTag.builder()\n .key(\"key\")\n .value(\"value\")\n .build()))\n .timeoutInMinutes(123)\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnStackProps := &CfnStackProps{\n\tTemplateUrl: jsii.String(\"templateUrl\"),\n\n\t// the properties below are optional\n\tNotificationArns: []*string{\n\t\tjsii.String(\"notificationArns\"),\n\t},\n\tParameters: map[string]*string{\n\t\t\"parametersKey\": jsii.String(\"parameters\"),\n\t},\n\tTags: []cfnTag{\n\t\t&cfnTag{\n\t\t\tKey: jsii.String(\"key\"),\n\t\t\tValue: jsii.String(\"value\"),\n\t\t},\n\t},\n\tTimeoutInMinutes: jsii.Number(123),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnStackProps: cloudformation.CfnStackProps = {\n templateUrl: 'templateUrl',\n\n // the properties below are optional\n notificationArns: ['notificationArns'],\n parameters: {\n parametersKey: 'parameters',\n },\n tags: [{\n key: 'key',\n value: 'value',\n }],\n timeoutInMinutes: 123,\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnStackProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnStackProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnStackProps: cloudformation.CfnStackProps = {\n templateUrl: 'templateUrl',\n\n // the properties below are optional\n notificationArns: ['notificationArns'],\n parameters: {\n parametersKey: 'parameters',\n },\n tags: [{\n key: 'key',\n value: 'value',\n }],\n timeoutInMinutes: 123,\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"8":1,"10":6,"75":12,"153":1,"169":1,"192":2,"193":3,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":8,"290":1},"fqnsFingerprint":"88398845f51e12baa84e8c645856c68e122435a9ec14ecb8893d3662570a6673"},"5099504b79a69ba54ee9d035ca04b4d27dd9297f8be3ff956d2d7a22853b1f2e":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\n# managed_execution: Any\n\ncfn_stack_set = cloudformation.CfnStackSet(self, \"MyCfnStackSet\",\n permission_model=\"permissionModel\",\n stack_set_name=\"stackSetName\",\n\n # the properties below are optional\n administration_role_arn=\"administrationRoleArn\",\n auto_deployment=cloudformation.CfnStackSet.AutoDeploymentProperty(\n enabled=False,\n retain_stacks_on_account_removal=False\n ),\n call_as=\"callAs\",\n capabilities=[\"capabilities\"],\n description=\"description\",\n execution_role_name=\"executionRoleName\",\n managed_execution=managed_execution,\n operation_preferences=cloudformation.CfnStackSet.OperationPreferencesProperty(\n failure_tolerance_count=123,\n failure_tolerance_percentage=123,\n max_concurrent_count=123,\n max_concurrent_percentage=123,\n region_concurrency_type=\"regionConcurrencyType\",\n region_order=[\"regionOrder\"]\n ),\n parameters=[cloudformation.CfnStackSet.ParameterProperty(\n parameter_key=\"parameterKey\",\n parameter_value=\"parameterValue\"\n )],\n stack_instances_group=[cloudformation.CfnStackSet.StackInstancesProperty(\n deployment_targets=cloudformation.CfnStackSet.DeploymentTargetsProperty(\n account_filter_type=\"accountFilterType\",\n accounts=[\"accounts\"],\n organizational_unit_ids=[\"organizationalUnitIds\"]\n ),\n regions=[\"regions\"],\n\n # the properties below are optional\n parameter_overrides=[cloudformation.CfnStackSet.ParameterProperty(\n parameter_key=\"parameterKey\",\n parameter_value=\"parameterValue\"\n )]\n )],\n tags=[CfnTag(\n key=\"key\",\n value=\"value\"\n )],\n template_body=\"templateBody\",\n template_url=\"templateUrl\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar managedExecution;\n\nvar cfnStackSet = new CfnStackSet(this, \"MyCfnStackSet\", new CfnStackSetProps {\n PermissionModel = \"permissionModel\",\n StackSetName = \"stackSetName\",\n\n // the properties below are optional\n AdministrationRoleArn = \"administrationRoleArn\",\n AutoDeployment = new AutoDeploymentProperty {\n Enabled = false,\n RetainStacksOnAccountRemoval = false\n },\n CallAs = \"callAs\",\n Capabilities = new [] { \"capabilities\" },\n Description = \"description\",\n ExecutionRoleName = \"executionRoleName\",\n ManagedExecution = managedExecution,\n OperationPreferences = new OperationPreferencesProperty {\n FailureToleranceCount = 123,\n FailureTolerancePercentage = 123,\n MaxConcurrentCount = 123,\n MaxConcurrentPercentage = 123,\n RegionConcurrencyType = \"regionConcurrencyType\",\n RegionOrder = new [] { \"regionOrder\" }\n },\n Parameters = new [] { new ParameterProperty {\n ParameterKey = \"parameterKey\",\n ParameterValue = \"parameterValue\"\n } },\n StackInstancesGroup = new [] { new StackInstancesProperty {\n DeploymentTargets = new DeploymentTargetsProperty {\n AccountFilterType = \"accountFilterType\",\n Accounts = new [] { \"accounts\" },\n OrganizationalUnitIds = new [] { \"organizationalUnitIds\" }\n },\n Regions = new [] { \"regions\" },\n\n // the properties below are optional\n ParameterOverrides = new [] { new ParameterProperty {\n ParameterKey = \"parameterKey\",\n ParameterValue = \"parameterValue\"\n } }\n } },\n Tags = new [] { new CfnTag {\n Key = \"key\",\n Value = \"value\"\n } },\n TemplateBody = \"templateBody\",\n TemplateUrl = \"templateUrl\"\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nObject managedExecution;\n\nCfnStackSet cfnStackSet = CfnStackSet.Builder.create(this, \"MyCfnStackSet\")\n .permissionModel(\"permissionModel\")\n .stackSetName(\"stackSetName\")\n\n // the properties below are optional\n .administrationRoleArn(\"administrationRoleArn\")\n .autoDeployment(AutoDeploymentProperty.builder()\n .enabled(false)\n .retainStacksOnAccountRemoval(false)\n .build())\n .callAs(\"callAs\")\n .capabilities(List.of(\"capabilities\"))\n .description(\"description\")\n .executionRoleName(\"executionRoleName\")\n .managedExecution(managedExecution)\n .operationPreferences(OperationPreferencesProperty.builder()\n .failureToleranceCount(123)\n .failureTolerancePercentage(123)\n .maxConcurrentCount(123)\n .maxConcurrentPercentage(123)\n .regionConcurrencyType(\"regionConcurrencyType\")\n .regionOrder(List.of(\"regionOrder\"))\n .build())\n .parameters(List.of(ParameterProperty.builder()\n .parameterKey(\"parameterKey\")\n .parameterValue(\"parameterValue\")\n .build()))\n .stackInstancesGroup(List.of(StackInstancesProperty.builder()\n .deploymentTargets(DeploymentTargetsProperty.builder()\n .accountFilterType(\"accountFilterType\")\n .accounts(List.of(\"accounts\"))\n .organizationalUnitIds(List.of(\"organizationalUnitIds\"))\n .build())\n .regions(List.of(\"regions\"))\n\n // the properties below are optional\n .parameterOverrides(List.of(ParameterProperty.builder()\n .parameterKey(\"parameterKey\")\n .parameterValue(\"parameterValue\")\n .build()))\n .build()))\n .tags(List.of(CfnTag.builder()\n .key(\"key\")\n .value(\"value\")\n .build()))\n .templateBody(\"templateBody\")\n .templateUrl(\"templateUrl\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\nvar managedExecution interface{}\n\ncfnStackSet := cloudformation.NewCfnStackSet(this, jsii.String(\"MyCfnStackSet\"), &CfnStackSetProps{\n\tPermissionModel: jsii.String(\"permissionModel\"),\n\tStackSetName: jsii.String(\"stackSetName\"),\n\n\t// the properties below are optional\n\tAdministrationRoleArn: jsii.String(\"administrationRoleArn\"),\n\tAutoDeployment: &AutoDeploymentProperty{\n\t\tEnabled: jsii.Boolean(false),\n\t\tRetainStacksOnAccountRemoval: jsii.Boolean(false),\n\t},\n\tCallAs: jsii.String(\"callAs\"),\n\tCapabilities: []*string{\n\t\tjsii.String(\"capabilities\"),\n\t},\n\tDescription: jsii.String(\"description\"),\n\tExecutionRoleName: jsii.String(\"executionRoleName\"),\n\tManagedExecution: managedExecution,\n\tOperationPreferences: &OperationPreferencesProperty{\n\t\tFailureToleranceCount: jsii.Number(123),\n\t\tFailureTolerancePercentage: jsii.Number(123),\n\t\tMaxConcurrentCount: jsii.Number(123),\n\t\tMaxConcurrentPercentage: jsii.Number(123),\n\t\tRegionConcurrencyType: jsii.String(\"regionConcurrencyType\"),\n\t\tRegionOrder: []*string{\n\t\t\tjsii.String(\"regionOrder\"),\n\t\t},\n\t},\n\tParameters: []interface{}{\n\t\t&ParameterProperty{\n\t\t\tParameterKey: jsii.String(\"parameterKey\"),\n\t\t\tParameterValue: jsii.String(\"parameterValue\"),\n\t\t},\n\t},\n\tStackInstancesGroup: []interface{}{\n\t\t&StackInstancesProperty{\n\t\t\tDeploymentTargets: &DeploymentTargetsProperty{\n\t\t\t\tAccountFilterType: jsii.String(\"accountFilterType\"),\n\t\t\t\tAccounts: []*string{\n\t\t\t\t\tjsii.String(\"accounts\"),\n\t\t\t\t},\n\t\t\t\tOrganizationalUnitIds: []*string{\n\t\t\t\t\tjsii.String(\"organizationalUnitIds\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tRegions: []*string{\n\t\t\t\tjsii.String(\"regions\"),\n\t\t\t},\n\n\t\t\t// the properties below are optional\n\t\t\tParameterOverrides: []interface{}{\n\t\t\t\t&ParameterProperty{\n\t\t\t\t\tParameterKey: jsii.String(\"parameterKey\"),\n\t\t\t\t\tParameterValue: jsii.String(\"parameterValue\"),\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t},\n\tTags: []cfnTag{\n\t\t&cfnTag{\n\t\t\tKey: jsii.String(\"key\"),\n\t\t\tValue: jsii.String(\"value\"),\n\t\t},\n\t},\n\tTemplateBody: jsii.String(\"templateBody\"),\n\tTemplateUrl: jsii.String(\"templateUrl\"),\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n\ndeclare const managedExecution: any;\nconst cfnStackSet = new cloudformation.CfnStackSet(this, 'MyCfnStackSet', {\n permissionModel: 'permissionModel',\n stackSetName: 'stackSetName',\n\n // the properties below are optional\n administrationRoleArn: 'administrationRoleArn',\n autoDeployment: {\n enabled: false,\n retainStacksOnAccountRemoval: false,\n },\n callAs: 'callAs',\n capabilities: ['capabilities'],\n description: 'description',\n executionRoleName: 'executionRoleName',\n managedExecution: managedExecution,\n operationPreferences: {\n failureToleranceCount: 123,\n failureTolerancePercentage: 123,\n maxConcurrentCount: 123,\n maxConcurrentPercentage: 123,\n regionConcurrencyType: 'regionConcurrencyType',\n regionOrder: ['regionOrder'],\n },\n parameters: [{\n parameterKey: 'parameterKey',\n parameterValue: 'parameterValue',\n }],\n stackInstancesGroup: [{\n deploymentTargets: {\n accountFilterType: 'accountFilterType',\n accounts: ['accounts'],\n organizationalUnitIds: ['organizationalUnitIds'],\n },\n regions: ['regions'],\n\n // the properties below are optional\n parameterOverrides: [{\n parameterKey: 'parameterKey',\n parameterValue: 'parameterValue',\n }],\n }],\n tags: [{\n key: 'key',\n value: 'value',\n }],\n templateBody: 'templateBody',\n templateUrl: 'templateUrl',\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnStackSet"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnStackSet","@aws-cdk/aws-cloudformation.CfnStackSetProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n\ndeclare const managedExecution: any;\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnStackSet = new cloudformation.CfnStackSet(this, 'MyCfnStackSet', {\n permissionModel: 'permissionModel',\n stackSetName: 'stackSetName',\n\n // the properties below are optional\n administrationRoleArn: 'administrationRoleArn',\n autoDeployment: {\n enabled: false,\n retainStacksOnAccountRemoval: false,\n },\n callAs: 'callAs',\n capabilities: ['capabilities'],\n description: 'description',\n executionRoleName: 'executionRoleName',\n managedExecution: managedExecution,\n operationPreferences: {\n failureToleranceCount: 123,\n failureTolerancePercentage: 123,\n maxConcurrentCount: 123,\n maxConcurrentPercentage: 123,\n regionConcurrencyType: 'regionConcurrencyType',\n regionOrder: ['regionOrder'],\n },\n parameters: [{\n parameterKey: 'parameterKey',\n parameterValue: 'parameterValue',\n }],\n stackInstancesGroup: [{\n deploymentTargets: {\n accountFilterType: 'accountFilterType',\n accounts: ['accounts'],\n organizationalUnitIds: ['organizationalUnitIds'],\n },\n regions: ['regions'],\n\n // the properties below are optional\n parameterOverrides: [{\n parameterKey: 'parameterKey',\n parameterValue: 'parameterValue',\n }],\n }],\n tags: [{\n key: 'key',\n value: 'value',\n }],\n templateBody: 'templateBody',\n templateUrl: 'templateUrl',\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"8":4,"10":23,"75":41,"91":2,"104":1,"125":1,"130":1,"192":9,"193":8,"194":1,"197":1,"225":2,"242":2,"243":2,"254":1,"255":1,"256":1,"281":35,"290":1},"fqnsFingerprint":"55a8488814e44dd4fb4f9b25cfffbb8020a1dbf57ca7265d5bbd053f68c6b875"},"c7182b7e2cc6e1b2ad2a6310ca042bd7a7d587848a06f5afb0eefc327ab589a9":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\nauto_deployment_property = cloudformation.CfnStackSet.AutoDeploymentProperty(\n enabled=False,\n retain_stacks_on_account_removal=False\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar autoDeploymentProperty = new AutoDeploymentProperty {\n Enabled = false,\n RetainStacksOnAccountRemoval = false\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nAutoDeploymentProperty autoDeploymentProperty = AutoDeploymentProperty.builder()\n .enabled(false)\n .retainStacksOnAccountRemoval(false)\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\nautoDeploymentProperty := &AutoDeploymentProperty{\n\tEnabled: jsii.Boolean(false),\n\tRetainStacksOnAccountRemoval: jsii.Boolean(false),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst autoDeploymentProperty: cloudformation.CfnStackSet.AutoDeploymentProperty = {\n enabled: false,\n retainStacksOnAccountRemoval: false,\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnStackSet.AutoDeploymentProperty"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnStackSet.AutoDeploymentProperty"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst autoDeploymentProperty: cloudformation.CfnStackSet.AutoDeploymentProperty = {\n enabled: false,\n retainStacksOnAccountRemoval: false,\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":1,"75":7,"91":2,"153":2,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":2,"290":1},"fqnsFingerprint":"03cb1f6657b7ef2f347acd4db2f2e5cfaeb8b4b6fb1700350ab0abde130c392a"},"9863c72b591be035f7562adeabb24867aa074fc865a11510fad521f6d3a5d369":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ndeployment_targets_property = cloudformation.CfnStackSet.DeploymentTargetsProperty(\n account_filter_type=\"accountFilterType\",\n accounts=[\"accounts\"],\n organizational_unit_ids=[\"organizationalUnitIds\"]\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar deploymentTargetsProperty = new DeploymentTargetsProperty {\n AccountFilterType = \"accountFilterType\",\n Accounts = new [] { \"accounts\" },\n OrganizationalUnitIds = new [] { \"organizationalUnitIds\" }\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nDeploymentTargetsProperty deploymentTargetsProperty = DeploymentTargetsProperty.builder()\n .accountFilterType(\"accountFilterType\")\n .accounts(List.of(\"accounts\"))\n .organizationalUnitIds(List.of(\"organizationalUnitIds\"))\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ndeploymentTargetsProperty := &DeploymentTargetsProperty{\n\tAccountFilterType: jsii.String(\"accountFilterType\"),\n\tAccounts: []*string{\n\t\tjsii.String(\"accounts\"),\n\t},\n\tOrganizationalUnitIds: []*string{\n\t\tjsii.String(\"organizationalUnitIds\"),\n\t},\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst deploymentTargetsProperty: cloudformation.CfnStackSet.DeploymentTargetsProperty = {\n accountFilterType: 'accountFilterType',\n accounts: ['accounts'],\n organizationalUnitIds: ['organizationalUnitIds'],\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnStackSet.DeploymentTargetsProperty"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnStackSet.DeploymentTargetsProperty"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst deploymentTargetsProperty: cloudformation.CfnStackSet.DeploymentTargetsProperty = {\n accountFilterType: 'accountFilterType',\n accounts: ['accounts'],\n organizationalUnitIds: ['organizationalUnitIds'],\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":4,"75":8,"153":2,"169":1,"192":2,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":3,"290":1},"fqnsFingerprint":"98acb05a919ab0ad9e5d78aca6676f3d1bb6044293541a373eff52941753dc3e"},"2d8edc627104884859bf9fe9b66d8482ff1890014843302c01331b9d3b55613c":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\nmanaged_execution_property = cloudformation.CfnStackSet.ManagedExecutionProperty(\n active=False\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar managedExecutionProperty = new ManagedExecutionProperty {\n Active = false\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nManagedExecutionProperty managedExecutionProperty = ManagedExecutionProperty.builder()\n .active(false)\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\nmanagedExecutionProperty := &ManagedExecutionProperty{\n\tActive: jsii.Boolean(false),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst managedExecutionProperty: cloudformation.CfnStackSet.ManagedExecutionProperty = {\n active: false,\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnStackSet.ManagedExecutionProperty"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnStackSet.ManagedExecutionProperty"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst managedExecutionProperty: cloudformation.CfnStackSet.ManagedExecutionProperty = {\n active: false,\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":1,"75":6,"91":1,"153":2,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":1,"290":1},"fqnsFingerprint":"13510ddb0dc1fe5ca530f005774888f1fba1ed43fb308ce4386ca0ed8f2c4133"},"f30a0c28f271771b6e2b2bba1bd4f93390bc33f0dfc26660bbb1b599a5b330b9":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\noperation_preferences_property = cloudformation.CfnStackSet.OperationPreferencesProperty(\n failure_tolerance_count=123,\n failure_tolerance_percentage=123,\n max_concurrent_count=123,\n max_concurrent_percentage=123,\n region_concurrency_type=\"regionConcurrencyType\",\n region_order=[\"regionOrder\"]\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar operationPreferencesProperty = new OperationPreferencesProperty {\n FailureToleranceCount = 123,\n FailureTolerancePercentage = 123,\n MaxConcurrentCount = 123,\n MaxConcurrentPercentage = 123,\n RegionConcurrencyType = \"regionConcurrencyType\",\n RegionOrder = new [] { \"regionOrder\" }\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nOperationPreferencesProperty operationPreferencesProperty = OperationPreferencesProperty.builder()\n .failureToleranceCount(123)\n .failureTolerancePercentage(123)\n .maxConcurrentCount(123)\n .maxConcurrentPercentage(123)\n .regionConcurrencyType(\"regionConcurrencyType\")\n .regionOrder(List.of(\"regionOrder\"))\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\noperationPreferencesProperty := &OperationPreferencesProperty{\n\tFailureToleranceCount: jsii.Number(123),\n\tFailureTolerancePercentage: jsii.Number(123),\n\tMaxConcurrentCount: jsii.Number(123),\n\tMaxConcurrentPercentage: jsii.Number(123),\n\tRegionConcurrencyType: jsii.String(\"regionConcurrencyType\"),\n\tRegionOrder: []*string{\n\t\tjsii.String(\"regionOrder\"),\n\t},\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst operationPreferencesProperty: cloudformation.CfnStackSet.OperationPreferencesProperty = {\n failureToleranceCount: 123,\n failureTolerancePercentage: 123,\n maxConcurrentCount: 123,\n maxConcurrentPercentage: 123,\n regionConcurrencyType: 'regionConcurrencyType',\n regionOrder: ['regionOrder'],\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnStackSet.OperationPreferencesProperty"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnStackSet.OperationPreferencesProperty"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst operationPreferencesProperty: cloudformation.CfnStackSet.OperationPreferencesProperty = {\n failureToleranceCount: 123,\n failureTolerancePercentage: 123,\n maxConcurrentCount: 123,\n maxConcurrentPercentage: 123,\n regionConcurrencyType: 'regionConcurrencyType',\n regionOrder: ['regionOrder'],\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"8":4,"10":3,"75":11,"153":2,"169":1,"192":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":6,"290":1},"fqnsFingerprint":"89256598abcdc671c1e890167568003cd5238c067e65e90cbf925696fdbb36ca"},"b3a79bbaddc320c829b9c11d80cc032c66c699b6932bdfa75f177bbf8b6cf83f":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\nparameter_property = cloudformation.CfnStackSet.ParameterProperty(\n parameter_key=\"parameterKey\",\n parameter_value=\"parameterValue\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar parameterProperty = new ParameterProperty {\n ParameterKey = \"parameterKey\",\n ParameterValue = \"parameterValue\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nParameterProperty parameterProperty = ParameterProperty.builder()\n .parameterKey(\"parameterKey\")\n .parameterValue(\"parameterValue\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\nparameterProperty := &ParameterProperty{\n\tParameterKey: jsii.String(\"parameterKey\"),\n\tParameterValue: jsii.String(\"parameterValue\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst parameterProperty: cloudformation.CfnStackSet.ParameterProperty = {\n parameterKey: 'parameterKey',\n parameterValue: 'parameterValue',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnStackSet.ParameterProperty"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnStackSet.ParameterProperty"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst parameterProperty: cloudformation.CfnStackSet.ParameterProperty = {\n parameterKey: 'parameterKey',\n parameterValue: 'parameterValue',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":3,"75":7,"153":2,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":2,"290":1},"fqnsFingerprint":"bed52d003e116ad99a3dad2dbf43b26c05b867b109971dc90a851bdc2e1aa49c"},"276e30aedf887f68f3e5ae69c73c44eab1f6538b5a47dc5f9bc35dd06bb97a3e":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\nstack_instances_property = cloudformation.CfnStackSet.StackInstancesProperty(\n deployment_targets=cloudformation.CfnStackSet.DeploymentTargetsProperty(\n account_filter_type=\"accountFilterType\",\n accounts=[\"accounts\"],\n organizational_unit_ids=[\"organizationalUnitIds\"]\n ),\n regions=[\"regions\"],\n\n # the properties below are optional\n parameter_overrides=[cloudformation.CfnStackSet.ParameterProperty(\n parameter_key=\"parameterKey\",\n parameter_value=\"parameterValue\"\n )]\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar stackInstancesProperty = new StackInstancesProperty {\n DeploymentTargets = new DeploymentTargetsProperty {\n AccountFilterType = \"accountFilterType\",\n Accounts = new [] { \"accounts\" },\n OrganizationalUnitIds = new [] { \"organizationalUnitIds\" }\n },\n Regions = new [] { \"regions\" },\n\n // the properties below are optional\n ParameterOverrides = new [] { new ParameterProperty {\n ParameterKey = \"parameterKey\",\n ParameterValue = \"parameterValue\"\n } }\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nStackInstancesProperty stackInstancesProperty = StackInstancesProperty.builder()\n .deploymentTargets(DeploymentTargetsProperty.builder()\n .accountFilterType(\"accountFilterType\")\n .accounts(List.of(\"accounts\"))\n .organizationalUnitIds(List.of(\"organizationalUnitIds\"))\n .build())\n .regions(List.of(\"regions\"))\n\n // the properties below are optional\n .parameterOverrides(List.of(ParameterProperty.builder()\n .parameterKey(\"parameterKey\")\n .parameterValue(\"parameterValue\")\n .build()))\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\nstackInstancesProperty := &StackInstancesProperty{\n\tDeploymentTargets: &DeploymentTargetsProperty{\n\t\tAccountFilterType: jsii.String(\"accountFilterType\"),\n\t\tAccounts: []*string{\n\t\t\tjsii.String(\"accounts\"),\n\t\t},\n\t\tOrganizationalUnitIds: []*string{\n\t\t\tjsii.String(\"organizationalUnitIds\"),\n\t\t},\n\t},\n\tRegions: []*string{\n\t\tjsii.String(\"regions\"),\n\t},\n\n\t// the properties below are optional\n\tParameterOverrides: []interface{}{\n\t\t&ParameterProperty{\n\t\t\tParameterKey: jsii.String(\"parameterKey\"),\n\t\t\tParameterValue: jsii.String(\"parameterValue\"),\n\t\t},\n\t},\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst stackInstancesProperty: cloudformation.CfnStackSet.StackInstancesProperty = {\n deploymentTargets: {\n accountFilterType: 'accountFilterType',\n accounts: ['accounts'],\n organizationalUnitIds: ['organizationalUnitIds'],\n },\n regions: ['regions'],\n\n // the properties below are optional\n parameterOverrides: [{\n parameterKey: 'parameterKey',\n parameterValue: 'parameterValue',\n }],\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnStackSet.StackInstancesProperty"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnStackSet.StackInstancesProperty"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst stackInstancesProperty: cloudformation.CfnStackSet.StackInstancesProperty = {\n deploymentTargets: {\n accountFilterType: 'accountFilterType',\n accounts: ['accounts'],\n organizationalUnitIds: ['organizationalUnitIds'],\n },\n regions: ['regions'],\n\n // the properties below are optional\n parameterOverrides: [{\n parameterKey: 'parameterKey',\n parameterValue: 'parameterValue',\n }],\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":7,"75":13,"153":2,"169":1,"192":4,"193":3,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":8,"290":1},"fqnsFingerprint":"2628ee1ffe6b77c9c12eb6a441a314c5145afc94d5dcd99d8e707e38ded0c547"},"a94912b79c2ca1040ef717fb4f9896705b60de555b8b0811cc96aa5012090d80":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\n# managed_execution: Any\n\ncfn_stack_set_props = cloudformation.CfnStackSetProps(\n permission_model=\"permissionModel\",\n stack_set_name=\"stackSetName\",\n\n # the properties below are optional\n administration_role_arn=\"administrationRoleArn\",\n auto_deployment=cloudformation.CfnStackSet.AutoDeploymentProperty(\n enabled=False,\n retain_stacks_on_account_removal=False\n ),\n call_as=\"callAs\",\n capabilities=[\"capabilities\"],\n description=\"description\",\n execution_role_name=\"executionRoleName\",\n managed_execution=managed_execution,\n operation_preferences=cloudformation.CfnStackSet.OperationPreferencesProperty(\n failure_tolerance_count=123,\n failure_tolerance_percentage=123,\n max_concurrent_count=123,\n max_concurrent_percentage=123,\n region_concurrency_type=\"regionConcurrencyType\",\n region_order=[\"regionOrder\"]\n ),\n parameters=[cloudformation.CfnStackSet.ParameterProperty(\n parameter_key=\"parameterKey\",\n parameter_value=\"parameterValue\"\n )],\n stack_instances_group=[cloudformation.CfnStackSet.StackInstancesProperty(\n deployment_targets=cloudformation.CfnStackSet.DeploymentTargetsProperty(\n account_filter_type=\"accountFilterType\",\n accounts=[\"accounts\"],\n organizational_unit_ids=[\"organizationalUnitIds\"]\n ),\n regions=[\"regions\"],\n\n # the properties below are optional\n parameter_overrides=[cloudformation.CfnStackSet.ParameterProperty(\n parameter_key=\"parameterKey\",\n parameter_value=\"parameterValue\"\n )]\n )],\n tags=[CfnTag(\n key=\"key\",\n value=\"value\"\n )],\n template_body=\"templateBody\",\n template_url=\"templateUrl\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar managedExecution;\n\nvar cfnStackSetProps = new CfnStackSetProps {\n PermissionModel = \"permissionModel\",\n StackSetName = \"stackSetName\",\n\n // the properties below are optional\n AdministrationRoleArn = \"administrationRoleArn\",\n AutoDeployment = new AutoDeploymentProperty {\n Enabled = false,\n RetainStacksOnAccountRemoval = false\n },\n CallAs = \"callAs\",\n Capabilities = new [] { \"capabilities\" },\n Description = \"description\",\n ExecutionRoleName = \"executionRoleName\",\n ManagedExecution = managedExecution,\n OperationPreferences = new OperationPreferencesProperty {\n FailureToleranceCount = 123,\n FailureTolerancePercentage = 123,\n MaxConcurrentCount = 123,\n MaxConcurrentPercentage = 123,\n RegionConcurrencyType = \"regionConcurrencyType\",\n RegionOrder = new [] { \"regionOrder\" }\n },\n Parameters = new [] { new ParameterProperty {\n ParameterKey = \"parameterKey\",\n ParameterValue = \"parameterValue\"\n } },\n StackInstancesGroup = new [] { new StackInstancesProperty {\n DeploymentTargets = new DeploymentTargetsProperty {\n AccountFilterType = \"accountFilterType\",\n Accounts = new [] { \"accounts\" },\n OrganizationalUnitIds = new [] { \"organizationalUnitIds\" }\n },\n Regions = new [] { \"regions\" },\n\n // the properties below are optional\n ParameterOverrides = new [] { new ParameterProperty {\n ParameterKey = \"parameterKey\",\n ParameterValue = \"parameterValue\"\n } }\n } },\n Tags = new [] { new CfnTag {\n Key = \"key\",\n Value = \"value\"\n } },\n TemplateBody = \"templateBody\",\n TemplateUrl = \"templateUrl\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nObject managedExecution;\n\nCfnStackSetProps cfnStackSetProps = CfnStackSetProps.builder()\n .permissionModel(\"permissionModel\")\n .stackSetName(\"stackSetName\")\n\n // the properties below are optional\n .administrationRoleArn(\"administrationRoleArn\")\n .autoDeployment(AutoDeploymentProperty.builder()\n .enabled(false)\n .retainStacksOnAccountRemoval(false)\n .build())\n .callAs(\"callAs\")\n .capabilities(List.of(\"capabilities\"))\n .description(\"description\")\n .executionRoleName(\"executionRoleName\")\n .managedExecution(managedExecution)\n .operationPreferences(OperationPreferencesProperty.builder()\n .failureToleranceCount(123)\n .failureTolerancePercentage(123)\n .maxConcurrentCount(123)\n .maxConcurrentPercentage(123)\n .regionConcurrencyType(\"regionConcurrencyType\")\n .regionOrder(List.of(\"regionOrder\"))\n .build())\n .parameters(List.of(ParameterProperty.builder()\n .parameterKey(\"parameterKey\")\n .parameterValue(\"parameterValue\")\n .build()))\n .stackInstancesGroup(List.of(StackInstancesProperty.builder()\n .deploymentTargets(DeploymentTargetsProperty.builder()\n .accountFilterType(\"accountFilterType\")\n .accounts(List.of(\"accounts\"))\n .organizationalUnitIds(List.of(\"organizationalUnitIds\"))\n .build())\n .regions(List.of(\"regions\"))\n\n // the properties below are optional\n .parameterOverrides(List.of(ParameterProperty.builder()\n .parameterKey(\"parameterKey\")\n .parameterValue(\"parameterValue\")\n .build()))\n .build()))\n .tags(List.of(CfnTag.builder()\n .key(\"key\")\n .value(\"value\")\n .build()))\n .templateBody(\"templateBody\")\n .templateUrl(\"templateUrl\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\nvar managedExecution interface{}\n\ncfnStackSetProps := &CfnStackSetProps{\n\tPermissionModel: jsii.String(\"permissionModel\"),\n\tStackSetName: jsii.String(\"stackSetName\"),\n\n\t// the properties below are optional\n\tAdministrationRoleArn: jsii.String(\"administrationRoleArn\"),\n\tAutoDeployment: &AutoDeploymentProperty{\n\t\tEnabled: jsii.Boolean(false),\n\t\tRetainStacksOnAccountRemoval: jsii.Boolean(false),\n\t},\n\tCallAs: jsii.String(\"callAs\"),\n\tCapabilities: []*string{\n\t\tjsii.String(\"capabilities\"),\n\t},\n\tDescription: jsii.String(\"description\"),\n\tExecutionRoleName: jsii.String(\"executionRoleName\"),\n\tManagedExecution: managedExecution,\n\tOperationPreferences: &OperationPreferencesProperty{\n\t\tFailureToleranceCount: jsii.Number(123),\n\t\tFailureTolerancePercentage: jsii.Number(123),\n\t\tMaxConcurrentCount: jsii.Number(123),\n\t\tMaxConcurrentPercentage: jsii.Number(123),\n\t\tRegionConcurrencyType: jsii.String(\"regionConcurrencyType\"),\n\t\tRegionOrder: []*string{\n\t\t\tjsii.String(\"regionOrder\"),\n\t\t},\n\t},\n\tParameters: []interface{}{\n\t\t&ParameterProperty{\n\t\t\tParameterKey: jsii.String(\"parameterKey\"),\n\t\t\tParameterValue: jsii.String(\"parameterValue\"),\n\t\t},\n\t},\n\tStackInstancesGroup: []interface{}{\n\t\t&StackInstancesProperty{\n\t\t\tDeploymentTargets: &DeploymentTargetsProperty{\n\t\t\t\tAccountFilterType: jsii.String(\"accountFilterType\"),\n\t\t\t\tAccounts: []*string{\n\t\t\t\t\tjsii.String(\"accounts\"),\n\t\t\t\t},\n\t\t\t\tOrganizationalUnitIds: []*string{\n\t\t\t\t\tjsii.String(\"organizationalUnitIds\"),\n\t\t\t\t},\n\t\t\t},\n\t\t\tRegions: []*string{\n\t\t\t\tjsii.String(\"regions\"),\n\t\t\t},\n\n\t\t\t// the properties below are optional\n\t\t\tParameterOverrides: []interface{}{\n\t\t\t\t&ParameterProperty{\n\t\t\t\t\tParameterKey: jsii.String(\"parameterKey\"),\n\t\t\t\t\tParameterValue: jsii.String(\"parameterValue\"),\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t},\n\tTags: []cfnTag{\n\t\t&cfnTag{\n\t\t\tKey: jsii.String(\"key\"),\n\t\t\tValue: jsii.String(\"value\"),\n\t\t},\n\t},\n\tTemplateBody: jsii.String(\"templateBody\"),\n\tTemplateUrl: jsii.String(\"templateUrl\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n\ndeclare const managedExecution: any;\nconst cfnStackSetProps: cloudformation.CfnStackSetProps = {\n permissionModel: 'permissionModel',\n stackSetName: 'stackSetName',\n\n // the properties below are optional\n administrationRoleArn: 'administrationRoleArn',\n autoDeployment: {\n enabled: false,\n retainStacksOnAccountRemoval: false,\n },\n callAs: 'callAs',\n capabilities: ['capabilities'],\n description: 'description',\n executionRoleName: 'executionRoleName',\n managedExecution: managedExecution,\n operationPreferences: {\n failureToleranceCount: 123,\n failureTolerancePercentage: 123,\n maxConcurrentCount: 123,\n maxConcurrentPercentage: 123,\n regionConcurrencyType: 'regionConcurrencyType',\n regionOrder: ['regionOrder'],\n },\n parameters: [{\n parameterKey: 'parameterKey',\n parameterValue: 'parameterValue',\n }],\n stackInstancesGroup: [{\n deploymentTargets: {\n accountFilterType: 'accountFilterType',\n accounts: ['accounts'],\n organizationalUnitIds: ['organizationalUnitIds'],\n },\n regions: ['regions'],\n\n // the properties below are optional\n parameterOverrides: [{\n parameterKey: 'parameterKey',\n parameterValue: 'parameterValue',\n }],\n }],\n tags: [{\n key: 'key',\n value: 'value',\n }],\n templateBody: 'templateBody',\n templateUrl: 'templateUrl',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnStackSetProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnStackSetProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n\ndeclare const managedExecution: any;\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnStackSetProps: cloudformation.CfnStackSetProps = {\n permissionModel: 'permissionModel',\n stackSetName: 'stackSetName',\n\n // the properties below are optional\n administrationRoleArn: 'administrationRoleArn',\n autoDeployment: {\n enabled: false,\n retainStacksOnAccountRemoval: false,\n },\n callAs: 'callAs',\n capabilities: ['capabilities'],\n description: 'description',\n executionRoleName: 'executionRoleName',\n managedExecution: managedExecution,\n operationPreferences: {\n failureToleranceCount: 123,\n failureTolerancePercentage: 123,\n maxConcurrentCount: 123,\n maxConcurrentPercentage: 123,\n regionConcurrencyType: 'regionConcurrencyType',\n regionOrder: ['regionOrder'],\n },\n parameters: [{\n parameterKey: 'parameterKey',\n parameterValue: 'parameterValue',\n }],\n stackInstancesGroup: [{\n deploymentTargets: {\n accountFilterType: 'accountFilterType',\n accounts: ['accounts'],\n organizationalUnitIds: ['organizationalUnitIds'],\n },\n regions: ['regions'],\n\n // the properties below are optional\n parameterOverrides: [{\n parameterKey: 'parameterKey',\n parameterValue: 'parameterValue',\n }],\n }],\n tags: [{\n key: 'key',\n value: 'value',\n }],\n templateBody: 'templateBody',\n templateUrl: 'templateUrl',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"8":4,"10":22,"75":41,"91":2,"125":1,"130":1,"153":1,"169":1,"192":9,"193":8,"225":2,"242":2,"243":2,"254":1,"255":1,"256":1,"281":35,"290":1},"fqnsFingerprint":"b992108cb0909d011ef9f4a67e06e02fecd73b5223e851b5090d3ff2db50e179"},"ce704c0ca7180431d835f53fc0a49e396816f5a4515dd4b48545f8ad2d2823a6":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_type_activation = cloudformation.CfnTypeActivation(self, \"MyCfnTypeActivation\",\n auto_update=False,\n execution_role_arn=\"executionRoleArn\",\n logging_config=cloudformation.CfnTypeActivation.LoggingConfigProperty(\n log_group_name=\"logGroupName\",\n log_role_arn=\"logRoleArn\"\n ),\n major_version=\"majorVersion\",\n public_type_arn=\"publicTypeArn\",\n publisher_id=\"publisherId\",\n type=\"type\",\n type_name=\"typeName\",\n type_name_alias=\"typeNameAlias\",\n version_bump=\"versionBump\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnTypeActivation = new CfnTypeActivation(this, \"MyCfnTypeActivation\", new CfnTypeActivationProps {\n AutoUpdate = false,\n ExecutionRoleArn = \"executionRoleArn\",\n LoggingConfig = new LoggingConfigProperty {\n LogGroupName = \"logGroupName\",\n LogRoleArn = \"logRoleArn\"\n },\n MajorVersion = \"majorVersion\",\n PublicTypeArn = \"publicTypeArn\",\n PublisherId = \"publisherId\",\n Type = \"type\",\n TypeName = \"typeName\",\n TypeNameAlias = \"typeNameAlias\",\n VersionBump = \"versionBump\"\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnTypeActivation cfnTypeActivation = CfnTypeActivation.Builder.create(this, \"MyCfnTypeActivation\")\n .autoUpdate(false)\n .executionRoleArn(\"executionRoleArn\")\n .loggingConfig(LoggingConfigProperty.builder()\n .logGroupName(\"logGroupName\")\n .logRoleArn(\"logRoleArn\")\n .build())\n .majorVersion(\"majorVersion\")\n .publicTypeArn(\"publicTypeArn\")\n .publisherId(\"publisherId\")\n .type(\"type\")\n .typeName(\"typeName\")\n .typeNameAlias(\"typeNameAlias\")\n .versionBump(\"versionBump\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnTypeActivation := cloudformation.NewCfnTypeActivation(this, jsii.String(\"MyCfnTypeActivation\"), &CfnTypeActivationProps{\n\tAutoUpdate: jsii.Boolean(false),\n\tExecutionRoleArn: jsii.String(\"executionRoleArn\"),\n\tLoggingConfig: &LoggingConfigProperty{\n\t\tLogGroupName: jsii.String(\"logGroupName\"),\n\t\tLogRoleArn: jsii.String(\"logRoleArn\"),\n\t},\n\tMajorVersion: jsii.String(\"majorVersion\"),\n\tPublicTypeArn: jsii.String(\"publicTypeArn\"),\n\tPublisherId: jsii.String(\"publisherId\"),\n\tType: jsii.String(\"type\"),\n\tTypeName: jsii.String(\"typeName\"),\n\tTypeNameAlias: jsii.String(\"typeNameAlias\"),\n\tVersionBump: jsii.String(\"versionBump\"),\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnTypeActivation = new cloudformation.CfnTypeActivation(this, 'MyCfnTypeActivation', /* all optional props */ {\n autoUpdate: false,\n executionRoleArn: 'executionRoleArn',\n loggingConfig: {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n },\n majorVersion: 'majorVersion',\n publicTypeArn: 'publicTypeArn',\n publisherId: 'publisherId',\n type: 'type',\n typeName: 'typeName',\n typeNameAlias: 'typeNameAlias',\n versionBump: 'versionBump',\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnTypeActivation"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnTypeActivation","@aws-cdk/aws-cloudformation.CfnTypeActivationProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnTypeActivation = new cloudformation.CfnTypeActivation(this, 'MyCfnTypeActivation', /* all optional props */ {\n autoUpdate: false,\n executionRoleArn: 'executionRoleArn',\n loggingConfig: {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n },\n majorVersion: 'majorVersion',\n publicTypeArn: 'publicTypeArn',\n publisherId: 'publisherId',\n type: 'type',\n typeName: 'typeName',\n typeNameAlias: 'typeNameAlias',\n versionBump: 'versionBump',\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":12,"75":16,"91":1,"104":1,"193":2,"194":1,"197":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":12,"290":1},"fqnsFingerprint":"461539670dc8f8163bb616bb38e15bbdc67c2c73d8bccb7172ed93df32d69b47"},"eb65a895ef80b9fbadc671505ac5cf69a05428e851f970eb3c886c2f6c521810":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\nlogging_config_property = cloudformation.CfnTypeActivation.LoggingConfigProperty(\n log_group_name=\"logGroupName\",\n log_role_arn=\"logRoleArn\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar loggingConfigProperty = new LoggingConfigProperty {\n LogGroupName = \"logGroupName\",\n LogRoleArn = \"logRoleArn\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nLoggingConfigProperty loggingConfigProperty = LoggingConfigProperty.builder()\n .logGroupName(\"logGroupName\")\n .logRoleArn(\"logRoleArn\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\nloggingConfigProperty := &LoggingConfigProperty{\n\tLogGroupName: jsii.String(\"logGroupName\"),\n\tLogRoleArn: jsii.String(\"logRoleArn\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst loggingConfigProperty: cloudformation.CfnTypeActivation.LoggingConfigProperty = {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnTypeActivation.LoggingConfigProperty"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnTypeActivation.LoggingConfigProperty"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst loggingConfigProperty: cloudformation.CfnTypeActivation.LoggingConfigProperty = {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":3,"75":7,"153":2,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":2,"290":1},"fqnsFingerprint":"67effe0e3f51c0c2066bda6eb9d8e9d47dce7dbed70ca450cb9dd9711b3629e8"},"8b7ec0b7577886d26c6ec5af50263710f66cb4eef2b67078549a0a8fc8ec50ca":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_type_activation_props = cloudformation.CfnTypeActivationProps(\n auto_update=False,\n execution_role_arn=\"executionRoleArn\",\n logging_config=cloudformation.CfnTypeActivation.LoggingConfigProperty(\n log_group_name=\"logGroupName\",\n log_role_arn=\"logRoleArn\"\n ),\n major_version=\"majorVersion\",\n public_type_arn=\"publicTypeArn\",\n publisher_id=\"publisherId\",\n type=\"type\",\n type_name=\"typeName\",\n type_name_alias=\"typeNameAlias\",\n version_bump=\"versionBump\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnTypeActivationProps = new CfnTypeActivationProps {\n AutoUpdate = false,\n ExecutionRoleArn = \"executionRoleArn\",\n LoggingConfig = new LoggingConfigProperty {\n LogGroupName = \"logGroupName\",\n LogRoleArn = \"logRoleArn\"\n },\n MajorVersion = \"majorVersion\",\n PublicTypeArn = \"publicTypeArn\",\n PublisherId = \"publisherId\",\n Type = \"type\",\n TypeName = \"typeName\",\n TypeNameAlias = \"typeNameAlias\",\n VersionBump = \"versionBump\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnTypeActivationProps cfnTypeActivationProps = CfnTypeActivationProps.builder()\n .autoUpdate(false)\n .executionRoleArn(\"executionRoleArn\")\n .loggingConfig(LoggingConfigProperty.builder()\n .logGroupName(\"logGroupName\")\n .logRoleArn(\"logRoleArn\")\n .build())\n .majorVersion(\"majorVersion\")\n .publicTypeArn(\"publicTypeArn\")\n .publisherId(\"publisherId\")\n .type(\"type\")\n .typeName(\"typeName\")\n .typeNameAlias(\"typeNameAlias\")\n .versionBump(\"versionBump\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnTypeActivationProps := &CfnTypeActivationProps{\n\tAutoUpdate: jsii.Boolean(false),\n\tExecutionRoleArn: jsii.String(\"executionRoleArn\"),\n\tLoggingConfig: &LoggingConfigProperty{\n\t\tLogGroupName: jsii.String(\"logGroupName\"),\n\t\tLogRoleArn: jsii.String(\"logRoleArn\"),\n\t},\n\tMajorVersion: jsii.String(\"majorVersion\"),\n\tPublicTypeArn: jsii.String(\"publicTypeArn\"),\n\tPublisherId: jsii.String(\"publisherId\"),\n\tType: jsii.String(\"type\"),\n\tTypeName: jsii.String(\"typeName\"),\n\tTypeNameAlias: jsii.String(\"typeNameAlias\"),\n\tVersionBump: jsii.String(\"versionBump\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnTypeActivationProps: cloudformation.CfnTypeActivationProps = {\n autoUpdate: false,\n executionRoleArn: 'executionRoleArn',\n loggingConfig: {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n },\n majorVersion: 'majorVersion',\n publicTypeArn: 'publicTypeArn',\n publisherId: 'publisherId',\n type: 'type',\n typeName: 'typeName',\n typeNameAlias: 'typeNameAlias',\n versionBump: 'versionBump',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnTypeActivationProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnTypeActivationProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnTypeActivationProps: cloudformation.CfnTypeActivationProps = {\n autoUpdate: false,\n executionRoleArn: 'executionRoleArn',\n loggingConfig: {\n logGroupName: 'logGroupName',\n logRoleArn: 'logRoleArn',\n },\n majorVersion: 'majorVersion',\n publicTypeArn: 'publicTypeArn',\n publisherId: 'publisherId',\n type: 'type',\n typeName: 'typeName',\n typeNameAlias: 'typeNameAlias',\n versionBump: 'versionBump',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":11,"75":16,"91":1,"153":1,"169":1,"193":2,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":12,"290":1},"fqnsFingerprint":"0fac77b2f91dffc093749dbd6438ae4c81691fb0afa49c09e16f91ff325bf5fd"},"41a1935e720aa75e458f643e4917e96902dc70dd6dfb19786686707eab962b49":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_wait_condition = cloudformation.CfnWaitCondition(self, \"MyCfnWaitCondition\",\n count=123,\n handle=\"handle\",\n timeout=\"timeout\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnWaitCondition = new CfnWaitCondition(this, \"MyCfnWaitCondition\", new CfnWaitConditionProps {\n Count = 123,\n Handle = \"handle\",\n Timeout = \"timeout\"\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnWaitCondition cfnWaitCondition = CfnWaitCondition.Builder.create(this, \"MyCfnWaitCondition\")\n .count(123)\n .handle(\"handle\")\n .timeout(\"timeout\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnWaitCondition := cloudformation.NewCfnWaitCondition(this, jsii.String(\"MyCfnWaitCondition\"), &CfnWaitConditionProps{\n\tCount: jsii.Number(123),\n\tHandle: jsii.String(\"handle\"),\n\tTimeout: jsii.String(\"timeout\"),\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnWaitCondition = new cloudformation.CfnWaitCondition(this, 'MyCfnWaitCondition', /* all optional props */ {\n count: 123,\n handle: 'handle',\n timeout: 'timeout',\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnWaitCondition"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnWaitCondition","@aws-cdk/aws-cloudformation.CfnWaitConditionProps","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnWaitCondition = new cloudformation.CfnWaitCondition(this, 'MyCfnWaitCondition', /* all optional props */ {\n count: 123,\n handle: 'handle',\n timeout: 'timeout',\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"8":1,"10":4,"75":7,"104":1,"193":1,"194":1,"197":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":3,"290":1},"fqnsFingerprint":"93a6d0d8e36be3feea834acb027a8f7acc263375f9cb70a3818d28ac67349f68"},"230f6c05beb6e7ca35e77ee8ef6ae7ec0247b64cf0a41f63cac062189d45a079":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_wait_condition_handle = cloudformation.CfnWaitConditionHandle(self, \"MyCfnWaitConditionHandle\")","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnWaitConditionHandle = new CfnWaitConditionHandle(this, \"MyCfnWaitConditionHandle\");","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnWaitConditionHandle cfnWaitConditionHandle = new CfnWaitConditionHandle(this, \"MyCfnWaitConditionHandle\");","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnWaitConditionHandle := cloudformation.NewCfnWaitConditionHandle(this, jsii.String(\"MyCfnWaitConditionHandle\"))","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnWaitConditionHandle = new cloudformation.CfnWaitConditionHandle(this, 'MyCfnWaitConditionHandle');","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnWaitConditionHandle"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnWaitConditionHandle","@aws-cdk/core.Construct"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnWaitConditionHandle = new cloudformation.CfnWaitConditionHandle(this, 'MyCfnWaitConditionHandle');\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":2,"75":4,"104":1,"194":1,"197":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"290":1},"fqnsFingerprint":"1f9e9d834d699eddc08a71a93d312de78edf23e689af306517d69b88ade45a46"},"0ecb1760acaeb10f36a8ae8f2ae47a140b1e45a0c0979000f7e2c62ce9ad43b6":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncfn_wait_condition_props = cloudformation.CfnWaitConditionProps(\n count=123,\n handle=\"handle\",\n timeout=\"timeout\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar cfnWaitConditionProps = new CfnWaitConditionProps {\n Count = 123,\n Handle = \"handle\",\n Timeout = \"timeout\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCfnWaitConditionProps cfnWaitConditionProps = CfnWaitConditionProps.builder()\n .count(123)\n .handle(\"handle\")\n .timeout(\"timeout\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncfnWaitConditionProps := &CfnWaitConditionProps{\n\tCount: jsii.Number(123),\n\tHandle: jsii.String(\"handle\"),\n\tTimeout: jsii.String(\"timeout\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst cfnWaitConditionProps: cloudformation.CfnWaitConditionProps = {\n count: 123,\n handle: 'handle',\n timeout: 'timeout',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CfnWaitConditionProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CfnWaitConditionProps"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst cfnWaitConditionProps: cloudformation.CfnWaitConditionProps = {\n count: 123,\n handle: 'handle',\n timeout: 'timeout',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"8":1,"10":3,"75":7,"153":1,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":3,"290":1},"fqnsFingerprint":"cef5942f0913272b954b1dc1f5c914f4c757dba8fbbd0e758563b04a17709cbd"},"c17f4abb711733c3f830b98aba2d44e963669e610600f8f2964124f5bd0611de":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\nimport aws_cdk.core as cdk\n\n# custom_resource_provider: cloudformation.CustomResourceProvider\n# properties: Any\n\ncustom_resource = cloudformation.CustomResource(self, \"MyCustomResource\",\n provider=custom_resource_provider,\n\n # the properties below are optional\n properties={\n \"properties_key\": properties\n },\n removal_policy=cdk.RemovalPolicy.DESTROY,\n resource_type=\"resourceType\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\nusing Amazon.CDK;\n\nCustomResourceProvider customResourceProvider;\nvar properties;\nvar customResource = new CustomResource(this, \"MyCustomResource\", new CustomResourceProps {\n Provider = customResourceProvider,\n\n // the properties below are optional\n Properties = new Dictionary {\n { \"propertiesKey\", properties }\n },\n RemovalPolicy = RemovalPolicy.DESTROY,\n ResourceType = \"resourceType\"\n});","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\nimport software.amazon.awscdk.core.*;\n\nCustomResourceProvider customResourceProvider;\nObject properties;\n\nCustomResource customResource = CustomResource.Builder.create(this, \"MyCustomResource\")\n .provider(customResourceProvider)\n\n // the properties below are optional\n .properties(Map.of(\n \"propertiesKey\", properties))\n .removalPolicy(RemovalPolicy.DESTROY)\n .resourceType(\"resourceType\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\nimport cdk \"github.com/aws-samples/dummy/awscdkcore\"\n\nvar customResourceProvider customResourceProvider\nvar properties interface{}\n\ncustomResource := cloudformation.NewCustomResource(this, jsii.String(\"MyCustomResource\"), &CustomResourceProps{\n\tProvider: customResourceProvider,\n\n\t// the properties below are optional\n\tProperties: map[string]interface{}{\n\t\t\"propertiesKey\": properties,\n\t},\n\tRemovalPolicy: cdk.RemovalPolicy_DESTROY,\n\tResourceType: jsii.String(\"resourceType\"),\n})","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nimport * as cdk from '@aws-cdk/core';\n\ndeclare const customResourceProvider: cloudformation.CustomResourceProvider;\ndeclare const properties: any;\nconst customResource = new cloudformation.CustomResource(this, 'MyCustomResource', {\n provider: customResourceProvider,\n\n // the properties below are optional\n properties: {\n propertiesKey: properties,\n },\n removalPolicy: cdk.RemovalPolicy.DESTROY,\n resourceType: 'resourceType',\n});","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CustomResource"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CustomResource","@aws-cdk/aws-cloudformation.CustomResourceProps","@aws-cdk/aws-cloudformation.ICustomResourceProvider","@aws-cdk/core.Construct","@aws-cdk/core.RemovalPolicy","@aws-cdk/core.RemovalPolicy#DESTROY"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nimport * as cdk from '@aws-cdk/core';\n\ndeclare const customResourceProvider: cloudformation.CustomResourceProvider;\ndeclare const properties: any;\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst customResource = new cloudformation.CustomResource(this, 'MyCustomResource', {\n provider: customResourceProvider,\n\n // the properties below are optional\n properties: {\n propertiesKey: properties,\n },\n removalPolicy: cdk.RemovalPolicy.DESTROY,\n resourceType: 'resourceType',\n});\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":4,"75":19,"104":1,"125":1,"130":2,"153":1,"169":1,"193":2,"194":3,"197":1,"225":3,"242":3,"243":3,"254":2,"255":2,"256":2,"281":5,"290":1},"fqnsFingerprint":"18a0a914d3f18dca8e6e97bc95770fe804a7de67cf9697c60d82c7db91d6a1d4"},"ab6fa53952d995dbb6f388ebefc1a58e62862b0246e0bc50d02cbebb27af72de":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\nimport aws_cdk.core as cdk\n\n# custom_resource_provider: cloudformation.CustomResourceProvider\n# properties: Any\n\ncustom_resource_props = cloudformation.CustomResourceProps(\n provider=custom_resource_provider,\n\n # the properties below are optional\n properties={\n \"properties_key\": properties\n },\n removal_policy=cdk.RemovalPolicy.DESTROY,\n resource_type=\"resourceType\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\nusing Amazon.CDK;\n\nCustomResourceProvider customResourceProvider;\nvar properties;\nvar customResourceProps = new CustomResourceProps {\n Provider = customResourceProvider,\n\n // the properties below are optional\n Properties = new Dictionary {\n { \"propertiesKey\", properties }\n },\n RemovalPolicy = RemovalPolicy.DESTROY,\n ResourceType = \"resourceType\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\nimport software.amazon.awscdk.core.*;\n\nCustomResourceProvider customResourceProvider;\nObject properties;\n\nCustomResourceProps customResourceProps = CustomResourceProps.builder()\n .provider(customResourceProvider)\n\n // the properties below are optional\n .properties(Map.of(\n \"propertiesKey\", properties))\n .removalPolicy(RemovalPolicy.DESTROY)\n .resourceType(\"resourceType\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\nimport cdk \"github.com/aws-samples/dummy/awscdkcore\"\n\nvar customResourceProvider customResourceProvider\nvar properties interface{}\n\ncustomResourceProps := &CustomResourceProps{\n\tProvider: customResourceProvider,\n\n\t// the properties below are optional\n\tProperties: map[string]interface{}{\n\t\t\"propertiesKey\": properties,\n\t},\n\tRemovalPolicy: cdk.RemovalPolicy_DESTROY,\n\tResourceType: jsii.String(\"resourceType\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nimport * as cdk from '@aws-cdk/core';\n\ndeclare const customResourceProvider: cloudformation.CustomResourceProvider;\ndeclare const properties: any;\nconst customResourceProps: cloudformation.CustomResourceProps = {\n provider: customResourceProvider,\n\n // the properties below are optional\n properties: {\n propertiesKey: properties,\n },\n removalPolicy: cdk.RemovalPolicy.DESTROY,\n resourceType: 'resourceType',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CustomResourceProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CustomResourceProps","@aws-cdk/aws-cloudformation.ICustomResourceProvider","@aws-cdk/core.RemovalPolicy","@aws-cdk/core.RemovalPolicy#DESTROY"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nimport * as cdk from '@aws-cdk/core';\n\ndeclare const customResourceProvider: cloudformation.CustomResourceProvider;\ndeclare const properties: any;\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst customResourceProps: cloudformation.CustomResourceProps = {\n provider: customResourceProvider,\n\n // the properties below are optional\n properties: {\n propertiesKey: properties,\n },\n removalPolicy: cdk.RemovalPolicy.DESTROY,\n resourceType: 'resourceType',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":3,"75":19,"125":1,"130":2,"153":2,"169":2,"193":2,"194":2,"225":3,"242":3,"243":3,"254":2,"255":2,"256":2,"281":5,"290":1},"fqnsFingerprint":"f113f2603e89ae52fc843372127cec856040c8329451b2f9afc0ecb29f3b3ecd"},"0927a4177120c66a08574def5f95c6e2358a1aa0f3f26e931074527c858f5a8b":{"translations":{"python":{"source":"import aws_cdk.custom_resources as custom_resources\nimport aws_cdk.aws_lambda as lambda_\nfrom aws_cdk.core import Stack\n# my_on_event_lambda: lambda.Function\n# my_is_complete_lambda: lambda.Function\nstack = Stack()\n\nprovider = custom_resources.Provider(stack, \"myProvider\",\n on_event_handler=my_on_event_lambda,\n is_complete_handler=my_is_complete_lambda\n)","version":"2"},"csharp":{"source":"using Amazon.CDK.CustomResources;\nusing Amazon.CDK.AWS.Lambda;\nusing Amazon.CDK;\nFunction myOnEventLambda;\nFunction myIsCompleteLambda;\nvar stack = new Stack();\n\nvar provider = new Provider(stack, \"myProvider\", new ProviderProps {\n OnEventHandler = myOnEventLambda,\n IsCompleteHandler = myIsCompleteLambda\n});","version":"1"},"java":{"source":"import software.amazon.awscdk.customresources.*;\nimport software.amazon.awscdk.services.lambda.*;\nimport software.amazon.awscdk.core.Stack;\nFunction myOnEventLambda;\nFunction myIsCompleteLambda;\nStack stack = new Stack();\n\nProvider provider = Provider.Builder.create(stack, \"myProvider\")\n .onEventHandler(myOnEventLambda)\n .isCompleteHandler(myIsCompleteLambda)\n .build();","version":"1"},"go":{"source":"import custom_resources \"github.com/aws-samples/dummy/awscdkcustomresources\"\nimport lambda \"github.com/aws-samples/dummy/awscdkawslambda\"\nimport \"github.com/aws-samples/dummy/awscdkcore\"\nvar myOnEventLambda function\nvar myIsCompleteLambda function\nstack := awscdkcore.NewStack()\n\nprovider := custom_resources.NewProvider(stack, jsii.String(\"myProvider\"), &ProviderProps{\n\tOnEventHandler: myOnEventLambda,\n\tIsCompleteHandler: myIsCompleteLambda,\n})","version":"1"},"$":{"source":"import * as custom_resources from '@aws-cdk/custom-resources';\nimport * as lambda from '@aws-cdk/aws-lambda';\nimport { Stack } from '@aws-cdk/core';\ndeclare const myOnEventLambda: lambda.Function;\ndeclare const myIsCompleteLambda: lambda.Function;\nconst stack = new Stack();\n\nconst provider = new custom_resources.Provider(stack, 'myProvider', {\n onEventHandler: myOnEventLambda,\n isCompleteHandler: myIsCompleteLambda, // optional\n});","version":"0"}},"location":{"api":{"api":"member","fqn":"@aws-cdk/aws-cloudformation.CustomResourceProps","memberName":"provider"},"field":{"field":"markdown","line":8}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-lambda.IFunction","@aws-cdk/core.Stack","@aws-cdk/custom-resources.Provider","@aws-cdk/custom-resources.ProviderProps","constructs.Construct"],"fullSource":"import * as custom_resources from '@aws-cdk/custom-resources';\nimport * as lambda from '@aws-cdk/aws-lambda';\nimport { Stack } from '@aws-cdk/core';\ndeclare const myOnEventLambda: lambda.Function;\ndeclare const myIsCompleteLambda: lambda.Function;\nconst stack = new Stack();\n\nconst provider = new custom_resources.Provider(stack, 'myProvider', {\n onEventHandler: myOnEventLambda,\n isCompleteHandler: myIsCompleteLambda, // optional\n});","syntaxKindCounter":{"10":4,"75":19,"130":2,"153":2,"169":2,"193":1,"194":1,"197":2,"225":4,"242":4,"243":4,"254":3,"255":3,"256":2,"257":1,"258":1,"281":2,"290":1},"fqnsFingerprint":"50a253b87c8bb2cdfffb57c84cdec8ba820eb5f3c5a926c391a71d16821f3532"},"70558494926d71dcff04666cf3757008e036095e9d09af06c0e143c78f2233d0":{"translations":{"python":{"source":"import aws_cdk.aws_cloudformation as cloudformation\nimport aws_cdk.aws_lambda as lambda_\n# my_function: lambda.Function\n\n# invoke an AWS Lambda function when a lifecycle event occurs:\nprovider = cloudformation.CustomResourceProvider.from_lambda(my_function)","version":"2"},"csharp":{"source":"using Amazon.CDK.AWS.CloudFormation;\nusing Amazon.CDK.AWS.Lambda;\nFunction myFunction;\n\n// invoke an AWS Lambda function when a lifecycle event occurs:\nvar provider = CustomResourceProvider.FromLambda(myFunction);","version":"1"},"java":{"source":"import software.amazon.awscdk.services.cloudformation.*;\nimport software.amazon.awscdk.services.lambda.*;\nFunction myFunction;\n\n// invoke an AWS Lambda function when a lifecycle event occurs:\nCustomResourceProvider provider = CustomResourceProvider.fromLambda(myFunction);","version":"1"},"go":{"source":"import cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\nimport lambda \"github.com/aws-samples/dummy/awscdkawslambda\"\nvar myFunction function\n\n// invoke an AWS Lambda function when a lifecycle event occurs:\nprovider := cloudformation.CustomResourceProvider_FromLambda(myFunction)","version":"1"},"$":{"source":"import * as cloudformation from '@aws-cdk/aws-cloudformation';\nimport * as lambda from '@aws-cdk/aws-lambda';\ndeclare const myFunction: lambda.Function;\n\n// invoke an AWS Lambda function when a lifecycle event occurs:\nconst provider = cloudformation.CustomResourceProvider.fromLambda(myFunction);","version":"0"}},"location":{"api":{"api":"member","fqn":"@aws-cdk/aws-cloudformation.CustomResourceProps","memberName":"provider"},"field":{"field":"markdown","line":22}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CustomResourceProvider","@aws-cdk/aws-cloudformation.CustomResourceProvider#fromLambda","@aws-cdk/aws-lambda.IFunction"],"fullSource":"import * as cloudformation from '@aws-cdk/aws-cloudformation';\nimport * as lambda from '@aws-cdk/aws-lambda';\ndeclare const myFunction: lambda.Function;\n\n// invoke an AWS Lambda function when a lifecycle event occurs:\nconst provider = cloudformation.CustomResourceProvider.fromLambda(myFunction);","syntaxKindCounter":{"10":2,"75":10,"130":1,"153":1,"169":1,"194":2,"196":1,"225":2,"242":2,"243":2,"254":2,"255":2,"256":2,"290":1},"fqnsFingerprint":"3d4a66c65139f751b511b5ae9e2d7bbd7d246c03d92255dab304ab29a1911e5a"},"8b5576a913d4c8a606ef4c7a9814b1bd76631dd553b9575ad1ef1691cc1d6f39":{"translations":{"python":{"source":"import aws_cdk.aws_cloudformation as cloudformation\nimport aws_cdk.aws_sns as sns\n# my_topic: sns.Topic\n\n# publish lifecycle events to an SNS topic:\nprovider = cloudformation.CustomResourceProvider.from_topic(my_topic)","version":"2"},"csharp":{"source":"using Amazon.CDK.AWS.CloudFormation;\nusing Amazon.CDK.AWS.SNS;\nTopic myTopic;\n\n// publish lifecycle events to an SNS topic:\nvar provider = CustomResourceProvider.FromTopic(myTopic);","version":"1"},"java":{"source":"import software.amazon.awscdk.services.cloudformation.*;\nimport software.amazon.awscdk.services.sns.*;\nTopic myTopic;\n\n// publish lifecycle events to an SNS topic:\nCustomResourceProvider provider = CustomResourceProvider.fromTopic(myTopic);","version":"1"},"go":{"source":"import cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\nimport sns \"github.com/aws-samples/dummy/awscdkawssns\"\nvar myTopic topic\n\n// publish lifecycle events to an SNS topic:\nprovider := cloudformation.CustomResourceProvider_FromTopic(myTopic)","version":"1"},"$":{"source":"import * as cloudformation from '@aws-cdk/aws-cloudformation';\nimport * as sns from '@aws-cdk/aws-sns';\ndeclare const myTopic: sns.Topic;\n\n// publish lifecycle events to an SNS topic:\nconst provider = cloudformation.CustomResourceProvider.fromTopic(myTopic);","version":"0"}},"location":{"api":{"api":"member","fqn":"@aws-cdk/aws-cloudformation.CustomResourceProps","memberName":"provider"},"field":{"field":"markdown","line":31}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CustomResourceProvider","@aws-cdk/aws-cloudformation.CustomResourceProvider#fromTopic","@aws-cdk/aws-sns.ITopic"],"fullSource":"import * as cloudformation from '@aws-cdk/aws-cloudformation';\nimport * as sns from '@aws-cdk/aws-sns';\ndeclare const myTopic: sns.Topic;\n\n// publish lifecycle events to an SNS topic:\nconst provider = cloudformation.CustomResourceProvider.fromTopic(myTopic);","syntaxKindCounter":{"10":2,"75":10,"130":1,"153":1,"169":1,"194":2,"196":1,"225":2,"242":2,"243":2,"254":2,"255":2,"256":2,"290":1},"fqnsFingerprint":"6bfffcd498e8e70f607217d38fb92fffcf0f55364bb3f85e0dbf62e0960aab37"},"2fdfd35dcd357bbaf448faa54bb5adece5b2026f8770b05a76a00c1bbe3a03d1":{"translations":{"python":{"source":"import aws_cdk.aws_cloudformation as cloudformation\nimport aws_cdk.aws_lambda as lambda_\n# my_function: lambda.Function\n\n# invoke an AWS Lambda function when a lifecycle event occurs:\nprovider = cloudformation.CustomResourceProvider.from_lambda(my_function)","version":"2"},"csharp":{"source":"using Amazon.CDK.AWS.CloudFormation;\nusing Amazon.CDK.AWS.Lambda;\nFunction myFunction;\n\n// invoke an AWS Lambda function when a lifecycle event occurs:\nvar provider = CustomResourceProvider.FromLambda(myFunction);","version":"1"},"java":{"source":"import software.amazon.awscdk.services.cloudformation.*;\nimport software.amazon.awscdk.services.lambda.*;\nFunction myFunction;\n\n// invoke an AWS Lambda function when a lifecycle event occurs:\nCustomResourceProvider provider = CustomResourceProvider.fromLambda(myFunction);","version":"1"},"go":{"source":"import cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\nimport lambda \"github.com/aws-samples/dummy/awscdkawslambda\"\nvar myFunction function\n\n// invoke an AWS Lambda function when a lifecycle event occurs:\nprovider := cloudformation.CustomResourceProvider_FromLambda(myFunction)","version":"1"},"$":{"source":"import * as cloudformation from '@aws-cdk/aws-cloudformation';\nimport * as lambda from '@aws-cdk/aws-lambda';\ndeclare const myFunction: lambda.Function;\n\n// invoke an AWS Lambda function when a lifecycle event occurs:\nconst provider = cloudformation.CustomResourceProvider.fromLambda(myFunction);","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CustomResourceProvider"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CustomResourceProvider","@aws-cdk/aws-cloudformation.CustomResourceProvider#fromLambda","@aws-cdk/aws-lambda.IFunction"],"fullSource":"import * as cloudformation from '@aws-cdk/aws-cloudformation';\nimport * as lambda from '@aws-cdk/aws-lambda';\ndeclare const myFunction: lambda.Function;\n\n// invoke an AWS Lambda function when a lifecycle event occurs:\nconst provider = cloudformation.CustomResourceProvider.fromLambda(myFunction);","syntaxKindCounter":{"10":2,"75":10,"130":1,"153":1,"169":1,"194":2,"196":1,"225":2,"242":2,"243":2,"254":2,"255":2,"256":2,"290":1},"fqnsFingerprint":"3d4a66c65139f751b511b5ae9e2d7bbd7d246c03d92255dab304ab29a1911e5a"},"c126a5efd6085d99fa2d23afa750cffce9f30ae4d6ab6ed335df436930e0f256":{"translations":{"python":{"source":"# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.aws_cloudformation as cloudformation\n\ncustom_resource_provider_config = cloudformation.CustomResourceProviderConfig(\n service_token=\"serviceToken\"\n)","version":"2"},"csharp":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.AWS.CloudFormation;\n\nvar customResourceProviderConfig = new CustomResourceProviderConfig {\n ServiceToken = \"serviceToken\"\n};","version":"1"},"java":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport software.amazon.awscdk.services.cloudformation.*;\n\nCustomResourceProviderConfig customResourceProviderConfig = CustomResourceProviderConfig.builder()\n .serviceToken(\"serviceToken\")\n .build();","version":"1"},"go":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport cloudformation \"github.com/aws-samples/dummy/awscdkawscloudformation\"\n\ncustomResourceProviderConfig := &CustomResourceProviderConfig{\n\tServiceToken: jsii.String(\"serviceToken\"),\n}","version":"1"},"$":{"source":"// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\nconst customResourceProviderConfig: cloudformation.CustomResourceProviderConfig = {\n serviceToken: 'serviceToken',\n};","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.CustomResourceProviderConfig"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.CustomResourceProviderConfig"],"fullSource":"// Hoisted imports begin after !show marker below\n/// !show\n// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloudformation from '@aws-cdk/aws-cloudformation';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"@aws-cdk/core\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst customResourceProviderConfig: cloudformation.CustomResourceProviderConfig = {\n serviceToken: 'serviceToken',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }","syntaxKindCounter":{"10":2,"75":5,"153":1,"169":1,"193":1,"225":1,"242":1,"243":1,"254":1,"255":1,"256":1,"281":1,"290":1},"fqnsFingerprint":"25c4b1bcee079ea3b75fb31d0526a4e706f5ad95f07b86effddced715148b9e5"},"edb084834c686befa6bf016440efecc90bfcf213edce63517fad04e32da39c8c":{"translations":{"python":{"source":"class MyNestedStack(cfn.NestedStack):\n def __init__(self, scope, id, *, parameters=None, timeout=None, notifications=None):\n super().__init__(scope, id, parameters=parameters, timeout=timeout, notifications=notifications)\n\n s3.Bucket(self, \"NestedBucket\")\n\nclass MyParentStack(Stack):\n def __init__(self, scope, id, *, description=None, env=None, stackName=None, tags=None, synthesizer=None, terminationProtection=None, analyticsReporting=None):\n super().__init__(scope, id, description=description, env=env, stackName=stackName, tags=tags, synthesizer=synthesizer, terminationProtection=terminationProtection, analyticsReporting=analyticsReporting)\n\n MyNestedStack(self, \"Nested1\")\n MyNestedStack(self, \"Nested2\")","version":"2"},"csharp":{"source":"class MyNestedStack : NestedStack\n{\n public MyNestedStack(Construct scope, string id, NestedStackProps? props=null) : base(scope, id, props)\n {\n\n new Bucket(this, \"NestedBucket\");\n }\n}\n\nclass MyParentStack : Stack\n{\n public MyParentStack(Construct scope, string id, StackProps? props=null) : base(scope, id, props)\n {\n\n new MyNestedStack(this, \"Nested1\");\n new MyNestedStack(this, \"Nested2\");\n }\n}","version":"1"},"java":{"source":"public class MyNestedStack extends NestedStack {\n public MyNestedStack(Construct scope, String id) {\n this(scope, id, null);\n }\n\n public MyNestedStack(Construct scope, String id, NestedStackProps props) {\n super(scope, id, props);\n\n new Bucket(this, \"NestedBucket\");\n }\n}\n\npublic class MyParentStack extends Stack {\n public MyParentStack(Construct scope, String id) {\n this(scope, id, null);\n }\n\n public MyParentStack(Construct scope, String id, StackProps props) {\n super(scope, id, props);\n\n new MyNestedStack(this, \"Nested1\");\n new MyNestedStack(this, \"Nested2\");\n }\n}","version":"1"},"go":{"source":"type myNestedStack struct {\n\tnestedStack\n}\n\nfunc newMyNestedStack(scope construct, id *string, props nestedStackProps) *myNestedStack {\n\tthis := &myNestedStack{}\n\tcfn.NewNestedStack_Override(this, scope, id, props)\n\n\ts3.NewBucket(this, jsii.String(\"NestedBucket\"))\n\treturn this\n}\n\ntype myParentStack struct {\n\tstack\n}\n\nfunc newMyParentStack(scope construct, id *string, props stackProps) *myParentStack {\n\tthis := &myParentStack{}\n\tnewStack_Override(this, scope, id, props)\n\n\tNewMyNestedStack(this, jsii.String(\"Nested1\"))\n\tNewMyNestedStack(this, jsii.String(\"Nested2\"))\n\treturn this\n}","version":"1"},"$":{"source":"class MyNestedStack extends cfn.NestedStack {\n constructor(scope: Construct, id: string, props?: cfn.NestedStackProps) {\n super(scope, id, props);\n\n new s3.Bucket(this, 'NestedBucket');\n }\n}\n\nclass MyParentStack extends Stack {\n constructor(scope: Construct, id: string, props?: StackProps) {\n super(scope, id, props);\n\n new MyNestedStack(this, 'Nested1');\n new MyNestedStack(this, 'Nested2');\n }\n}","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.NestedStack"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.NestedStack","@aws-cdk/aws-cloudformation.NestedStackProps","@aws-cdk/aws-s3.Bucket","@aws-cdk/core.Construct","@aws-cdk/core.Stack","@aws-cdk/core.StackProps","constructs.Construct"],"fullSource":"import * as cfn from '@aws-cdk/aws-cloudformation';\nimport * as customresources from '@aws-cdk/custom-resources';\nimport * as iam from '@aws-cdk/aws-iam';\nimport * as lambda from '@aws-cdk/aws-lambda';\nimport * as sns from '@aws-cdk/aws-sns';\nimport * as sqs from '@aws-cdk/aws-sqs';\nimport * as s3 from '@aws-cdk/aws-s3';\nimport {\n App,\n Aws,\n CfnCondition,\n CfnDynamicReference,\n CfnDynamicReferenceService,\n CfnInclude,\n CfnJson,\n CfnMapping,\n CfnOutput,\n CfnParameter,\n CfnResource,\n CfnResourceProps,\n ConcreteDependable,\n Construct,\n CustomResource,\n CustomResourceProvider,\n CustomResourceProviderRuntime,\n DefaultStackSynthesizer,\n DependableTrait,\n Duration,\n Fn,\n IConstruct,\n RemovalPolicy,\n SecretValue,\n Size,\n SizeRoundingBehavior,\n Stack,\n StackProps,\n Stage,\n Token,\n} from '@aws-cdk/core';\n\ndeclare const app: App;\ndeclare const arn: 'arn:partition:service:region:account-id:resource-id';\ndeclare const cfnResource: CfnResource;\ndeclare const construct: Construct;\ndeclare const constructA: Construct;\ndeclare const constructB: Construct;\ndeclare const constructC: Construct;\ndeclare const functionProps: lambda.FunctionProps;\ndeclare const isCompleteHandler: lambda.Function;\ndeclare const myBucket: s3.IBucket;\ndeclare const myFunction: lambda.IFunction;\ndeclare const myTopic: sns.ITopic;\ndeclare const onEventHandler: lambda.Function;\ndeclare const resourceProps: CfnResourceProps;\n\ndeclare class MyStack extends Stack {}\ndeclare class YourStack extends Stack {}\n\nclass StackThatProvidesABucket extends Stack {\n public readonly bucket!: s3.IBucket;\n}\n\ninterface StackThatExpectsABucketProps extends StackProps {\n readonly bucket: s3.IBucket;\n}\n\nclass StackThatExpectsABucket extends Stack {\n constructor(scope: Construct, id: string, props: StackThatExpectsABucketProps) {\n super(scope, id, props);\n }\n}\n\nclass fixture$construct extends Construct {\n public constructor(scope: Construct, id: string) {\n super(scope, id);\n\n // Code snippet begins after !show marker below\n/// !show\nclass MyNestedStack extends cfn.NestedStack {\n constructor(scope: Construct, id: string, props?: cfn.NestedStackProps) {\n super(scope, id, props);\n\n new s3.Bucket(this, 'NestedBucket');\n }\n}\n\nclass MyParentStack extends Stack {\n constructor(scope: Construct, id: string, props?: StackProps) {\n super(scope, id, props);\n\n new MyNestedStack(this, 'Nested1');\n new MyNestedStack(this, 'Nested2');\n }\n}\n/// !hide\n// Code snippet ended before !hide marker above\n }\n}\n","syntaxKindCounter":{"10":3,"57":2,"75":26,"102":2,"104":3,"143":2,"153":1,"156":6,"162":2,"169":4,"194":2,"196":2,"197":3,"216":2,"223":2,"226":5,"245":2,"279":2},"fqnsFingerprint":"6ba99e76a87f17b7856a259b413a7bc6c2cedf64c5d638f0c38b667242b5b91e"},"20bba2df2431e80005224f18421287c6bebdd8c3138f9567d8c92c493a225869":{"translations":{"python":{"source":"class MyNestedStack(cfn.NestedStack):\n def __init__(self, scope, id, *, parameters=None, timeout=None, notifications=None):\n super().__init__(scope, id, parameters=parameters, timeout=timeout, notifications=notifications)\n\n s3.Bucket(self, \"NestedBucket\")\n\nclass MyParentStack(Stack):\n def __init__(self, scope, id, *, description=None, env=None, stackName=None, tags=None, synthesizer=None, terminationProtection=None, analyticsReporting=None):\n super().__init__(scope, id, description=description, env=env, stackName=stackName, tags=tags, synthesizer=synthesizer, terminationProtection=terminationProtection, analyticsReporting=analyticsReporting)\n\n MyNestedStack(self, \"Nested1\")\n MyNestedStack(self, \"Nested2\")","version":"2"},"csharp":{"source":"class MyNestedStack : NestedStack\n{\n public MyNestedStack(Construct scope, string id, NestedStackProps? props=null) : base(scope, id, props)\n {\n\n new Bucket(this, \"NestedBucket\");\n }\n}\n\nclass MyParentStack : Stack\n{\n public MyParentStack(Construct scope, string id, StackProps? props=null) : base(scope, id, props)\n {\n\n new MyNestedStack(this, \"Nested1\");\n new MyNestedStack(this, \"Nested2\");\n }\n}","version":"1"},"java":{"source":"public class MyNestedStack extends NestedStack {\n public MyNestedStack(Construct scope, String id) {\n this(scope, id, null);\n }\n\n public MyNestedStack(Construct scope, String id, NestedStackProps props) {\n super(scope, id, props);\n\n new Bucket(this, \"NestedBucket\");\n }\n}\n\npublic class MyParentStack extends Stack {\n public MyParentStack(Construct scope, String id) {\n this(scope, id, null);\n }\n\n public MyParentStack(Construct scope, String id, StackProps props) {\n super(scope, id, props);\n\n new MyNestedStack(this, \"Nested1\");\n new MyNestedStack(this, \"Nested2\");\n }\n}","version":"1"},"go":{"source":"type myNestedStack struct {\n\tnestedStack\n}\n\nfunc newMyNestedStack(scope construct, id *string, props nestedStackProps) *myNestedStack {\n\tthis := &myNestedStack{}\n\tcfn.NewNestedStack_Override(this, scope, id, props)\n\n\ts3.NewBucket(this, jsii.String(\"NestedBucket\"))\n\treturn this\n}\n\ntype myParentStack struct {\n\tstack\n}\n\nfunc newMyParentStack(scope construct, id *string, props stackProps) *myParentStack {\n\tthis := &myParentStack{}\n\tnewStack_Override(this, scope, id, props)\n\n\tNewMyNestedStack(this, jsii.String(\"Nested1\"))\n\tNewMyNestedStack(this, jsii.String(\"Nested2\"))\n\treturn this\n}","version":"1"},"$":{"source":"class MyNestedStack extends cfn.NestedStack {\n constructor(scope: Construct, id: string, props?: cfn.NestedStackProps) {\n super(scope, id, props);\n\n new s3.Bucket(this, 'NestedBucket');\n }\n}\n\nclass MyParentStack extends Stack {\n constructor(scope: Construct, id: string, props?: StackProps) {\n super(scope, id, props);\n\n new MyNestedStack(this, 'Nested1');\n new MyNestedStack(this, 'Nested2');\n }\n}","version":"0"}},"location":{"api":{"api":"type","fqn":"@aws-cdk/aws-cloudformation.NestedStackProps"},"field":{"field":"example"}},"didCompile":true,"fqnsReferenced":["@aws-cdk/aws-cloudformation.NestedStack","@aws-cdk/aws-cloudformation.NestedStackProps","@aws-cdk/aws-s3.Bucket","@aws-cdk/core.Construct","@aws-cdk/core.Stack","@aws-cdk/core.StackProps","constructs.Construct"],"fullSource":"import * as cfn from '@aws-cdk/aws-cloudformation';\nimport * as customresources from '@aws-cdk/custom-resources';\nimport * as iam from '@aws-cdk/aws-iam';\nimport * as lambda from '@aws-cdk/aws-lambda';\nimport * as sns from '@aws-cdk/aws-sns';\nimport * as sqs from '@aws-cdk/aws-sqs';\nimport * as s3 from '@aws-cdk/aws-s3';\nimport {\n App,\n Aws,\n CfnCondition,\n CfnDynamicReference,\n CfnDynamicReferenceService,\n CfnInclude,\n CfnJson,\n CfnMapping,\n CfnOutput,\n CfnParameter,\n CfnResource,\n CfnResourceProps,\n ConcreteDependable,\n Construct,\n CustomResource,\n CustomResourceProvider,\n CustomResourceProviderRuntime,\n DefaultStackSynthesizer,\n DependableTrait,\n Duration,\n Fn,\n IConstruct,\n RemovalPolicy,\n SecretValue,\n Size,\n SizeRoundingBehavior,\n Stack,\n StackProps,\n Stage,\n Token,\n} from '@aws-cdk/core';\n\ndeclare const app: App;\ndeclare const arn: 'arn:partition:service:region:account-id:resource-id';\ndeclare const cfnResource: CfnResource;\ndeclare const construct: Construct;\ndeclare const constructA: Construct;\ndeclare const constructB: Construct;\ndeclare const constructC: Construct;\ndeclare const functionProps: lambda.FunctionProps;\ndeclare const isCompleteHandler: lambda.Function;\ndeclare const myBucket: s3.IBucket;\ndeclare const myFunction: lambda.IFunction;\ndeclare const myTopic: sns.ITopic;\ndeclare const onEventHandler: lambda.Function;\ndeclare const resourceProps: CfnResourceProps;\n\ndeclare class MyStack extends Stack {}\ndeclare class YourStack extends Stack {}\n\nclass StackThatProvidesABucket extends Stack {\n public readonly bucket!: s3.IBucket;\n}\n\ninterface StackThatExpectsABucketProps extends StackProps {\n readonly bucket: s3.IBucket;\n}\n\nclass StackThatExpectsABucket extends Stack {\n constructor(scope: Construct, id: string, props: StackThatExpectsABucketProps) {\n super(scope, id, props);\n }\n}\n\nclass fixture$construct extends Construct {\n public constructor(scope: Construct, id: string) {\n super(scope, id);\n\n // Code snippet begins after !show marker below\n/// !show\nclass MyNestedStack extends cfn.NestedStack {\n constructor(scope: Construct, id: string, props?: cfn.NestedStackProps) {\n super(scope, id, props);\n\n new s3.Bucket(this, 'NestedBucket');\n }\n}\n\nclass MyParentStack extends Stack {\n constructor(scope: Construct, id: string, props?: StackProps) {\n super(scope, id, props);\n\n new MyNestedStack(this, 'Nested1');\n new MyNestedStack(this, 'Nested2');\n }\n}\n/// !hide\n// Code snippet ended before !hide marker above\n }\n}\n","syntaxKindCounter":{"10":3,"57":2,"75":26,"102":2,"104":3,"143":2,"153":1,"156":6,"162":2,"169":4,"194":2,"196":2,"197":3,"216":2,"223":2,"226":5,"245":2,"279":2},"fqnsFingerprint":"6ba99e76a87f17b7856a259b413a7bc6c2cedf64c5d638f0c38b667242b5b91e"}}}