UNPKG

@aws-cdk/aws-cloudformation

Version:

The CDK Construct Library for AWS::CloudFormation

1 lines 206 kB
{"version":"2","toolVersion":"1.80.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 b