@aws-cdk/cloud-assembly-schema 2.2.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +322 -322
- package/.jsii.tabl.json +1622 -0
- package/.warnings.jsii.js +13 -13
- package/LICENSE +1 -1
- package/NOTICE +1 -1
- package/lib/manifest.js +1 -1
- package/package.json +4 -4
package/.jsii.tabl.json
ADDED
|
@@ -0,0 +1,1622 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "2",
|
|
3
|
+
"toolVersion": "1.50.0",
|
|
4
|
+
"snippets": {
|
|
5
|
+
"cecc4b6be0cf4accc3e46f1670579b731439bd3e3b6efffdbd431eb0130d724c": {
|
|
6
|
+
"translations": {
|
|
7
|
+
"python": {
|
|
8
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nami_context_query = cloud_assembly_schema.AmiContextQuery(\n account=\"account\",\n filters={\n \"filters_key\": [\"filters\"]\n },\n region=\"region\",\n\n # the properties below are optional\n lookup_role_arn=\"lookupRoleArn\",\n owners=[\"owners\"]\n)",
|
|
9
|
+
"version": "1"
|
|
10
|
+
},
|
|
11
|
+
"csharp": {
|
|
12
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nAmiContextQuery amiContextQuery = new AmiContextQuery {\n Account = \"account\",\n Filters = new Dictionary<string, string[]> {\n { \"filtersKey\", new [] { \"filters\" } }\n },\n Region = \"region\",\n\n // the properties below are optional\n LookupRoleArn = \"lookupRoleArn\",\n Owners = new [] { \"owners\" }\n};",
|
|
13
|
+
"version": "1"
|
|
14
|
+
},
|
|
15
|
+
"java": {
|
|
16
|
+
"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.cloudassembly.schema.*;\n\nAmiContextQuery amiContextQuery = AmiContextQuery.builder()\n .account(\"account\")\n .filters(Map.of(\n \"filtersKey\", List.of(\"filters\")))\n .region(\"region\")\n\n // the properties below are optional\n .lookupRoleArn(\"lookupRoleArn\")\n .owners(List.of(\"owners\"))\n .build();",
|
|
17
|
+
"version": "1"
|
|
18
|
+
},
|
|
19
|
+
"$": {
|
|
20
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst amiContextQuery: cloud_assembly_schema.AmiContextQuery = {\n account: 'account',\n filters: {\n filtersKey: ['filters'],\n },\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n owners: ['owners'],\n};",
|
|
21
|
+
"version": "0"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"location": {
|
|
25
|
+
"api": {
|
|
26
|
+
"api": "type",
|
|
27
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.AmiContextQuery"
|
|
28
|
+
},
|
|
29
|
+
"field": {
|
|
30
|
+
"field": "example"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"didCompile": true,
|
|
34
|
+
"fqnsReferenced": [
|
|
35
|
+
"@aws-cdk/cloud-assembly-schema.AmiContextQuery"
|
|
36
|
+
],
|
|
37
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst amiContextQuery: cloud_assembly_schema.AmiContextQuery = {\n account: 'account',\n filters: {\n filtersKey: ['filters'],\n },\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n owners: ['owners'],\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
38
|
+
"syntaxKindCounter": {
|
|
39
|
+
"10": 6,
|
|
40
|
+
"75": 10,
|
|
41
|
+
"153": 1,
|
|
42
|
+
"169": 1,
|
|
43
|
+
"192": 2,
|
|
44
|
+
"193": 2,
|
|
45
|
+
"225": 1,
|
|
46
|
+
"242": 1,
|
|
47
|
+
"243": 1,
|
|
48
|
+
"254": 1,
|
|
49
|
+
"255": 1,
|
|
50
|
+
"256": 1,
|
|
51
|
+
"281": 6,
|
|
52
|
+
"290": 1
|
|
53
|
+
},
|
|
54
|
+
"fqnsFingerprint": "37f5b63c2889bb4d664b8935d1e1bd58ca8cbea3eee39ff067ad25ac6b869d1f"
|
|
55
|
+
},
|
|
56
|
+
"dfdead6e49aac3d5ad4961d74454a2e4f628837b7fc74255af6adc74c2112136": {
|
|
57
|
+
"translations": {
|
|
58
|
+
"python": {
|
|
59
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nartifact_manifest = cloud_assembly_schema.ArtifactManifest(\n type=cloud_assembly_schema.ArtifactType.NONE,\n\n # the properties below are optional\n dependencies=[\"dependencies\"],\n display_name=\"displayName\",\n environment=\"environment\",\n metadata={\n \"metadata_key\": [cloud_assembly_schema.MetadataEntry(\n type=\"type\",\n\n # the properties below are optional\n data=\"data\",\n trace=[\"trace\"]\n )]\n },\n properties=cloud_assembly_schema.AwsCloudFormationStackProperties(\n template_file=\"templateFile\",\n\n # the properties below are optional\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n cloud_formation_execution_role_arn=\"cloudFormationExecutionRoleArn\",\n parameters={\n \"parameters_key\": \"parameters\"\n },\n requires_bootstrap_stack_version=123,\n stack_name=\"stackName\",\n stack_template_asset_object_url=\"stackTemplateAssetObjectUrl\",\n tags={\n \"tags_key\": \"tags\"\n },\n termination_protection=False,\n validate_on_synth=False\n )\n)",
|
|
60
|
+
"version": "1"
|
|
61
|
+
},
|
|
62
|
+
"csharp": {
|
|
63
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nArtifactManifest artifactManifest = new ArtifactManifest {\n Type = ArtifactType.NONE,\n\n // the properties below are optional\n Dependencies = new [] { \"dependencies\" },\n DisplayName = \"displayName\",\n Environment = \"environment\",\n Metadata = new Dictionary<string, MetadataEntry[]> {\n { \"metadataKey\", new [] { new MetadataEntry {\n Type = \"type\",\n\n // the properties below are optional\n Data = \"data\",\n Trace = new [] { \"trace\" }\n } } }\n },\n Properties = new AwsCloudFormationStackProperties {\n TemplateFile = \"templateFile\",\n\n // the properties below are optional\n AssumeRoleArn = \"assumeRoleArn\",\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n BootstrapStackVersionSsmParameter = \"bootstrapStackVersionSsmParameter\",\n CloudFormationExecutionRoleArn = \"cloudFormationExecutionRoleArn\",\n Parameters = new Dictionary<string, string> {\n { \"parametersKey\", \"parameters\" }\n },\n RequiresBootstrapStackVersion = 123,\n StackName = \"stackName\",\n StackTemplateAssetObjectUrl = \"stackTemplateAssetObjectUrl\",\n Tags = new Dictionary<string, string> {\n { \"tagsKey\", \"tags\" }\n },\n TerminationProtection = false,\n ValidateOnSynth = false\n }\n};",
|
|
64
|
+
"version": "1"
|
|
65
|
+
},
|
|
66
|
+
"java": {
|
|
67
|
+
"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.cloudassembly.schema.*;\n\nArtifactManifest artifactManifest = ArtifactManifest.builder()\n .type(ArtifactType.NONE)\n\n // the properties below are optional\n .dependencies(List.of(\"dependencies\"))\n .displayName(\"displayName\")\n .environment(\"environment\")\n .metadata(Map.of(\n \"metadataKey\", List.of(MetadataEntry.builder()\n .type(\"type\")\n\n // the properties below are optional\n .data(\"data\")\n .trace(List.of(\"trace\"))\n .build())))\n .properties(AwsCloudFormationStackProperties.builder()\n .templateFile(\"templateFile\")\n\n // the properties below are optional\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .bootstrapStackVersionSsmParameter(\"bootstrapStackVersionSsmParameter\")\n .cloudFormationExecutionRoleArn(\"cloudFormationExecutionRoleArn\")\n .parameters(Map.of(\n \"parametersKey\", \"parameters\"))\n .requiresBootstrapStackVersion(123)\n .stackName(\"stackName\")\n .stackTemplateAssetObjectUrl(\"stackTemplateAssetObjectUrl\")\n .tags(Map.of(\n \"tagsKey\", \"tags\"))\n .terminationProtection(false)\n .validateOnSynth(false)\n .build())\n .build();",
|
|
68
|
+
"version": "1"
|
|
69
|
+
},
|
|
70
|
+
"$": {
|
|
71
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst artifactManifest: cloud_assembly_schema.ArtifactManifest = {\n type: cloud_assembly_schema.ArtifactType.NONE,\n\n // the properties below are optional\n dependencies: ['dependencies'],\n displayName: 'displayName',\n environment: 'environment',\n metadata: {\n metadataKey: [{\n type: 'type',\n\n // the properties below are optional\n data: 'data',\n trace: ['trace'],\n }],\n },\n properties: {\n templateFile: 'templateFile',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n cloudFormationExecutionRoleArn: 'cloudFormationExecutionRoleArn',\n parameters: {\n parametersKey: 'parameters',\n },\n requiresBootstrapStackVersion: 123,\n stackName: 'stackName',\n stackTemplateAssetObjectUrl: 'stackTemplateAssetObjectUrl',\n tags: {\n tagsKey: 'tags',\n },\n terminationProtection: false,\n validateOnSynth: false,\n },\n};",
|
|
72
|
+
"version": "0"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"location": {
|
|
76
|
+
"api": {
|
|
77
|
+
"api": "type",
|
|
78
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.ArtifactManifest"
|
|
79
|
+
},
|
|
80
|
+
"field": {
|
|
81
|
+
"field": "example"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"didCompile": true,
|
|
85
|
+
"fqnsReferenced": [
|
|
86
|
+
"@aws-cdk/cloud-assembly-schema.ArtifactManifest",
|
|
87
|
+
"@aws-cdk/cloud-assembly-schema.ArtifactType",
|
|
88
|
+
"@aws-cdk/cloud-assembly-schema.ArtifactType#NONE"
|
|
89
|
+
],
|
|
90
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst artifactManifest: cloud_assembly_schema.ArtifactManifest = {\n type: cloud_assembly_schema.ArtifactType.NONE,\n\n // the properties below are optional\n dependencies: ['dependencies'],\n displayName: 'displayName',\n environment: 'environment',\n metadata: {\n metadataKey: [{\n type: 'type',\n\n // the properties below are optional\n data: 'data',\n trace: ['trace'],\n }],\n },\n properties: {\n templateFile: 'templateFile',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n cloudFormationExecutionRoleArn: 'cloudFormationExecutionRoleArn',\n parameters: {\n parametersKey: 'parameters',\n },\n requiresBootstrapStackVersion: 123,\n stackName: 'stackName',\n stackTemplateAssetObjectUrl: 'stackTemplateAssetObjectUrl',\n tags: {\n tagsKey: 'tags',\n },\n terminationProtection: false,\n validateOnSynth: false,\n },\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
91
|
+
"syntaxKindCounter": {
|
|
92
|
+
"8": 1,
|
|
93
|
+
"10": 16,
|
|
94
|
+
"75": 31,
|
|
95
|
+
"91": 2,
|
|
96
|
+
"153": 1,
|
|
97
|
+
"169": 1,
|
|
98
|
+
"192": 3,
|
|
99
|
+
"193": 6,
|
|
100
|
+
"194": 2,
|
|
101
|
+
"225": 1,
|
|
102
|
+
"242": 1,
|
|
103
|
+
"243": 1,
|
|
104
|
+
"254": 1,
|
|
105
|
+
"255": 1,
|
|
106
|
+
"256": 1,
|
|
107
|
+
"281": 24,
|
|
108
|
+
"290": 1
|
|
109
|
+
},
|
|
110
|
+
"fqnsFingerprint": "28d0a24f01d35222425fea39af7dbab8b19a08233a0f9df8b590de5e7c8b532c"
|
|
111
|
+
},
|
|
112
|
+
"fe5804ee680b9641d9aacd6e6f8b2919ee0db7ffd2822b00a7e4506cd5624098": {
|
|
113
|
+
"translations": {
|
|
114
|
+
"python": {
|
|
115
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nassembly_manifest = cloud_assembly_schema.AssemblyManifest(\n version=\"version\",\n\n # the properties below are optional\n artifacts={\n \"artifacts_key\": cloud_assembly_schema.ArtifactManifest(\n type=cloud_assembly_schema.ArtifactType.NONE,\n\n # the properties below are optional\n dependencies=[\"dependencies\"],\n display_name=\"displayName\",\n environment=\"environment\",\n metadata={\n \"metadata_key\": [cloud_assembly_schema.MetadataEntry(\n type=\"type\",\n\n # the properties below are optional\n data=\"data\",\n trace=[\"trace\"]\n )]\n },\n properties=cloud_assembly_schema.AwsCloudFormationStackProperties(\n template_file=\"templateFile\",\n\n # the properties below are optional\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n cloud_formation_execution_role_arn=\"cloudFormationExecutionRoleArn\",\n parameters={\n \"parameters_key\": \"parameters\"\n },\n requires_bootstrap_stack_version=123,\n stack_name=\"stackName\",\n stack_template_asset_object_url=\"stackTemplateAssetObjectUrl\",\n tags={\n \"tags_key\": \"tags\"\n },\n termination_protection=False,\n validate_on_synth=False\n )\n )\n },\n missing=[cloud_assembly_schema.MissingContext(\n key=\"key\",\n props=cloud_assembly_schema.AmiContextQuery(\n account=\"account\",\n filters={\n \"filters_key\": [\"filters\"]\n },\n region=\"region\",\n\n # the properties below are optional\n lookup_role_arn=\"lookupRoleArn\",\n owners=[\"owners\"]\n ),\n provider=cloud_assembly_schema.ContextProvider.AMI_PROVIDER\n )],\n runtime=cloud_assembly_schema.RuntimeInfo(\n libraries={\n \"libraries_key\": \"libraries\"\n }\n )\n)",
|
|
116
|
+
"version": "1"
|
|
117
|
+
},
|
|
118
|
+
"csharp": {
|
|
119
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nAssemblyManifest assemblyManifest = new AssemblyManifest {\n Version = \"version\",\n\n // the properties below are optional\n Artifacts = new Dictionary<string, ArtifactManifest> {\n { \"artifactsKey\", new ArtifactManifest {\n Type = ArtifactType.NONE,\n\n // the properties below are optional\n Dependencies = new [] { \"dependencies\" },\n DisplayName = \"displayName\",\n Environment = \"environment\",\n Metadata = new Dictionary<string, MetadataEntry[]> {\n { \"metadataKey\", new [] { new MetadataEntry {\n Type = \"type\",\n\n // the properties below are optional\n Data = \"data\",\n Trace = new [] { \"trace\" }\n } } }\n },\n Properties = new AwsCloudFormationStackProperties {\n TemplateFile = \"templateFile\",\n\n // the properties below are optional\n AssumeRoleArn = \"assumeRoleArn\",\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n BootstrapStackVersionSsmParameter = \"bootstrapStackVersionSsmParameter\",\n CloudFormationExecutionRoleArn = \"cloudFormationExecutionRoleArn\",\n Parameters = new Dictionary<string, string> {\n { \"parametersKey\", \"parameters\" }\n },\n RequiresBootstrapStackVersion = 123,\n StackName = \"stackName\",\n StackTemplateAssetObjectUrl = \"stackTemplateAssetObjectUrl\",\n Tags = new Dictionary<string, string> {\n { \"tagsKey\", \"tags\" }\n },\n TerminationProtection = false,\n ValidateOnSynth = false\n }\n } }\n },\n Missing = new [] { new MissingContext {\n Key = \"key\",\n Props = new AmiContextQuery {\n Account = \"account\",\n Filters = new Dictionary<string, string[]> {\n { \"filtersKey\", new [] { \"filters\" } }\n },\n Region = \"region\",\n\n // the properties below are optional\n LookupRoleArn = \"lookupRoleArn\",\n Owners = new [] { \"owners\" }\n },\n Provider = ContextProvider.AMI_PROVIDER\n } },\n Runtime = new RuntimeInfo {\n Libraries = new Dictionary<string, string> {\n { \"librariesKey\", \"libraries\" }\n }\n }\n};",
|
|
120
|
+
"version": "1"
|
|
121
|
+
},
|
|
122
|
+
"java": {
|
|
123
|
+
"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.cloudassembly.schema.*;\n\nAssemblyManifest assemblyManifest = AssemblyManifest.builder()\n .version(\"version\")\n\n // the properties below are optional\n .artifacts(Map.of(\n \"artifactsKey\", ArtifactManifest.builder()\n .type(ArtifactType.NONE)\n\n // the properties below are optional\n .dependencies(List.of(\"dependencies\"))\n .displayName(\"displayName\")\n .environment(\"environment\")\n .metadata(Map.of(\n \"metadataKey\", List.of(MetadataEntry.builder()\n .type(\"type\")\n\n // the properties below are optional\n .data(\"data\")\n .trace(List.of(\"trace\"))\n .build())))\n .properties(AwsCloudFormationStackProperties.builder()\n .templateFile(\"templateFile\")\n\n // the properties below are optional\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .bootstrapStackVersionSsmParameter(\"bootstrapStackVersionSsmParameter\")\n .cloudFormationExecutionRoleArn(\"cloudFormationExecutionRoleArn\")\n .parameters(Map.of(\n \"parametersKey\", \"parameters\"))\n .requiresBootstrapStackVersion(123)\n .stackName(\"stackName\")\n .stackTemplateAssetObjectUrl(\"stackTemplateAssetObjectUrl\")\n .tags(Map.of(\n \"tagsKey\", \"tags\"))\n .terminationProtection(false)\n .validateOnSynth(false)\n .build())\n .build()))\n .missing(List.of(MissingContext.builder()\n .key(\"key\")\n .props(AmiContextQuery.builder()\n .account(\"account\")\n .filters(Map.of(\n \"filtersKey\", List.of(\"filters\")))\n .region(\"region\")\n\n // the properties below are optional\n .lookupRoleArn(\"lookupRoleArn\")\n .owners(List.of(\"owners\"))\n .build())\n .provider(ContextProvider.AMI_PROVIDER)\n .build()))\n .runtime(RuntimeInfo.builder()\n .libraries(Map.of(\n \"librariesKey\", \"libraries\"))\n .build())\n .build();",
|
|
124
|
+
"version": "1"
|
|
125
|
+
},
|
|
126
|
+
"$": {
|
|
127
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst assemblyManifest: cloud_assembly_schema.AssemblyManifest = {\n version: 'version',\n\n // the properties below are optional\n artifacts: {\n artifactsKey: {\n type: cloud_assembly_schema.ArtifactType.NONE,\n\n // the properties below are optional\n dependencies: ['dependencies'],\n displayName: 'displayName',\n environment: 'environment',\n metadata: {\n metadataKey: [{\n type: 'type',\n\n // the properties below are optional\n data: 'data',\n trace: ['trace'],\n }],\n },\n properties: {\n templateFile: 'templateFile',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n cloudFormationExecutionRoleArn: 'cloudFormationExecutionRoleArn',\n parameters: {\n parametersKey: 'parameters',\n },\n requiresBootstrapStackVersion: 123,\n stackName: 'stackName',\n stackTemplateAssetObjectUrl: 'stackTemplateAssetObjectUrl',\n tags: {\n tagsKey: 'tags',\n },\n terminationProtection: false,\n validateOnSynth: false,\n },\n },\n },\n missing: [{\n key: 'key',\n props: {\n account: 'account',\n filters: {\n filtersKey: ['filters'],\n },\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n owners: ['owners'],\n },\n provider: cloud_assembly_schema.ContextProvider.AMI_PROVIDER,\n }],\n runtime: {\n libraries: {\n librariesKey: 'libraries',\n },\n },\n};",
|
|
128
|
+
"version": "0"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"location": {
|
|
132
|
+
"api": {
|
|
133
|
+
"api": "type",
|
|
134
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.AssemblyManifest"
|
|
135
|
+
},
|
|
136
|
+
"field": {
|
|
137
|
+
"field": "example"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"didCompile": true,
|
|
141
|
+
"fqnsReferenced": [
|
|
142
|
+
"@aws-cdk/cloud-assembly-schema.ArtifactManifest",
|
|
143
|
+
"@aws-cdk/cloud-assembly-schema.ArtifactType",
|
|
144
|
+
"@aws-cdk/cloud-assembly-schema.ArtifactType#NONE",
|
|
145
|
+
"@aws-cdk/cloud-assembly-schema.AssemblyManifest",
|
|
146
|
+
"@aws-cdk/cloud-assembly-schema.ContextProvider",
|
|
147
|
+
"@aws-cdk/cloud-assembly-schema.ContextProvider#AMI_PROVIDER",
|
|
148
|
+
"@aws-cdk/cloud-assembly-schema.RuntimeInfo"
|
|
149
|
+
],
|
|
150
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst assemblyManifest: cloud_assembly_schema.AssemblyManifest = {\n version: 'version',\n\n // the properties below are optional\n artifacts: {\n artifactsKey: {\n type: cloud_assembly_schema.ArtifactType.NONE,\n\n // the properties below are optional\n dependencies: ['dependencies'],\n displayName: 'displayName',\n environment: 'environment',\n metadata: {\n metadataKey: [{\n type: 'type',\n\n // the properties below are optional\n data: 'data',\n trace: ['trace'],\n }],\n },\n properties: {\n templateFile: 'templateFile',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n cloudFormationExecutionRoleArn: 'cloudFormationExecutionRoleArn',\n parameters: {\n parametersKey: 'parameters',\n },\n requiresBootstrapStackVersion: 123,\n stackName: 'stackName',\n stackTemplateAssetObjectUrl: 'stackTemplateAssetObjectUrl',\n tags: {\n tagsKey: 'tags',\n },\n terminationProtection: false,\n validateOnSynth: false,\n },\n },\n },\n missing: [{\n key: 'key',\n props: {\n account: 'account',\n filters: {\n filtersKey: ['filters'],\n },\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n owners: ['owners'],\n },\n provider: cloud_assembly_schema.ContextProvider.AMI_PROVIDER,\n }],\n runtime: {\n libraries: {\n librariesKey: 'libraries',\n },\n },\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
151
|
+
"syntaxKindCounter": {
|
|
152
|
+
"8": 1,
|
|
153
|
+
"10": 24,
|
|
154
|
+
"75": 50,
|
|
155
|
+
"91": 2,
|
|
156
|
+
"153": 1,
|
|
157
|
+
"169": 1,
|
|
158
|
+
"192": 6,
|
|
159
|
+
"193": 13,
|
|
160
|
+
"194": 4,
|
|
161
|
+
"225": 1,
|
|
162
|
+
"242": 1,
|
|
163
|
+
"243": 1,
|
|
164
|
+
"254": 1,
|
|
165
|
+
"255": 1,
|
|
166
|
+
"256": 1,
|
|
167
|
+
"281": 40,
|
|
168
|
+
"290": 1
|
|
169
|
+
},
|
|
170
|
+
"fqnsFingerprint": "1d378ca390e92e23b8b21af52b67668bc26eb0966048303b8bb71fcbd55e691c"
|
|
171
|
+
},
|
|
172
|
+
"e5facf646817f28c78b57c54c44e62b727f11b354bf2951a1e4cab4be9681f0e": {
|
|
173
|
+
"translations": {
|
|
174
|
+
"python": {
|
|
175
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nasset_manifest = cloud_assembly_schema.AssetManifest(\n version=\"version\",\n\n # the properties below are optional\n docker_images={\n \"docker_images_key\": cloud_assembly_schema.DockerImageAsset(\n destinations={\n \"destinations_key\": cloud_assembly_schema.DockerImageDestination(\n image_tag=\"imageTag\",\n repository_name=\"repositoryName\",\n\n # the properties below are optional\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n region=\"region\"\n )\n },\n source=cloud_assembly_schema.DockerImageSource(\n directory=\"directory\",\n docker_build_args={\n \"docker_build_args_key\": \"dockerBuildArgs\"\n },\n docker_build_target=\"dockerBuildTarget\",\n docker_file=\"dockerFile\",\n executable=[\"executable\"]\n )\n )\n },\n files={\n \"files_key\": cloud_assembly_schema.FileAsset(\n destinations={\n \"destinations_key\": cloud_assembly_schema.FileDestination(\n bucket_name=\"bucketName\",\n object_key=\"objectKey\",\n\n # the properties below are optional\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n region=\"region\"\n )\n },\n source=cloud_assembly_schema.FileSource(\n executable=[\"executable\"],\n packaging=cloud_assembly_schema.FileAssetPackaging.FILE,\n path=\"path\"\n )\n )\n }\n)",
|
|
176
|
+
"version": "1"
|
|
177
|
+
},
|
|
178
|
+
"csharp": {
|
|
179
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nAssetManifest assetManifest = new AssetManifest {\n Version = \"version\",\n\n // the properties below are optional\n DockerImages = new Dictionary<string, DockerImageAsset> {\n { \"dockerImagesKey\", new DockerImageAsset {\n Destinations = new Dictionary<string, DockerImageDestination> {\n { \"destinationsKey\", new DockerImageDestination {\n ImageTag = \"imageTag\",\n RepositoryName = \"repositoryName\",\n\n // the properties below are optional\n AssumeRoleArn = \"assumeRoleArn\",\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n Region = \"region\"\n } }\n },\n Source = new DockerImageSource {\n Directory = \"directory\",\n DockerBuildArgs = new Dictionary<string, string> {\n { \"dockerBuildArgsKey\", \"dockerBuildArgs\" }\n },\n DockerBuildTarget = \"dockerBuildTarget\",\n DockerFile = \"dockerFile\",\n Executable = new [] { \"executable\" }\n }\n } }\n },\n Files = new Dictionary<string, FileAsset> {\n { \"filesKey\", new FileAsset {\n Destinations = new Dictionary<string, FileDestination> {\n { \"destinationsKey\", new FileDestination {\n BucketName = \"bucketName\",\n ObjectKey = \"objectKey\",\n\n // the properties below are optional\n AssumeRoleArn = \"assumeRoleArn\",\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n Region = \"region\"\n } }\n },\n Source = new FileSource {\n Executable = new [] { \"executable\" },\n Packaging = FileAssetPackaging.FILE,\n Path = \"path\"\n }\n } }\n }\n};",
|
|
180
|
+
"version": "1"
|
|
181
|
+
},
|
|
182
|
+
"java": {
|
|
183
|
+
"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.cloudassembly.schema.*;\n\nAssetManifest assetManifest = AssetManifest.builder()\n .version(\"version\")\n\n // the properties below are optional\n .dockerImages(Map.of(\n \"dockerImagesKey\", DockerImageAsset.builder()\n .destinations(Map.of(\n \"destinationsKey\", DockerImageDestination.builder()\n .imageTag(\"imageTag\")\n .repositoryName(\"repositoryName\")\n\n // the properties below are optional\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .region(\"region\")\n .build()))\n .source(DockerImageSource.builder()\n .directory(\"directory\")\n .dockerBuildArgs(Map.of(\n \"dockerBuildArgsKey\", \"dockerBuildArgs\"))\n .dockerBuildTarget(\"dockerBuildTarget\")\n .dockerFile(\"dockerFile\")\n .executable(List.of(\"executable\"))\n .build())\n .build()))\n .files(Map.of(\n \"filesKey\", FileAsset.builder()\n .destinations(Map.of(\n \"destinationsKey\", FileDestination.builder()\n .bucketName(\"bucketName\")\n .objectKey(\"objectKey\")\n\n // the properties below are optional\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .region(\"region\")\n .build()))\n .source(FileSource.builder()\n .executable(List.of(\"executable\"))\n .packaging(FileAssetPackaging.FILE)\n .path(\"path\")\n .build())\n .build()))\n .build();",
|
|
184
|
+
"version": "1"
|
|
185
|
+
},
|
|
186
|
+
"$": {
|
|
187
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst assetManifest: cloud_assembly_schema.AssetManifest = {\n version: 'version',\n\n // the properties below are optional\n dockerImages: {\n dockerImagesKey: {\n destinations: {\n destinationsKey: {\n imageTag: 'imageTag',\n repositoryName: 'repositoryName',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n },\n },\n source: {\n directory: 'directory',\n dockerBuildArgs: {\n dockerBuildArgsKey: 'dockerBuildArgs',\n },\n dockerBuildTarget: 'dockerBuildTarget',\n dockerFile: 'dockerFile',\n executable: ['executable'],\n },\n },\n },\n files: {\n filesKey: {\n destinations: {\n destinationsKey: {\n bucketName: 'bucketName',\n objectKey: 'objectKey',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n },\n },\n source: {\n executable: ['executable'],\n packaging: cloud_assembly_schema.FileAssetPackaging.FILE,\n path: 'path',\n },\n },\n },\n};",
|
|
188
|
+
"version": "0"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
"location": {
|
|
192
|
+
"api": {
|
|
193
|
+
"api": "type",
|
|
194
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.AssetManifest"
|
|
195
|
+
},
|
|
196
|
+
"field": {
|
|
197
|
+
"field": "example"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"didCompile": true,
|
|
201
|
+
"fqnsReferenced": [
|
|
202
|
+
"@aws-cdk/cloud-assembly-schema.AssetManifest",
|
|
203
|
+
"@aws-cdk/cloud-assembly-schema.DockerImageAsset",
|
|
204
|
+
"@aws-cdk/cloud-assembly-schema.DockerImageDestination",
|
|
205
|
+
"@aws-cdk/cloud-assembly-schema.DockerImageSource",
|
|
206
|
+
"@aws-cdk/cloud-assembly-schema.FileAsset",
|
|
207
|
+
"@aws-cdk/cloud-assembly-schema.FileAssetPackaging",
|
|
208
|
+
"@aws-cdk/cloud-assembly-schema.FileAssetPackaging#FILE",
|
|
209
|
+
"@aws-cdk/cloud-assembly-schema.FileDestination",
|
|
210
|
+
"@aws-cdk/cloud-assembly-schema.FileSource"
|
|
211
|
+
],
|
|
212
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst assetManifest: cloud_assembly_schema.AssetManifest = {\n version: 'version',\n\n // the properties below are optional\n dockerImages: {\n dockerImagesKey: {\n destinations: {\n destinationsKey: {\n imageTag: 'imageTag',\n repositoryName: 'repositoryName',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n },\n },\n source: {\n directory: 'directory',\n dockerBuildArgs: {\n dockerBuildArgsKey: 'dockerBuildArgs',\n },\n dockerBuildTarget: 'dockerBuildTarget',\n dockerFile: 'dockerFile',\n executable: ['executable'],\n },\n },\n },\n files: {\n filesKey: {\n destinations: {\n destinationsKey: {\n bucketName: 'bucketName',\n objectKey: 'objectKey',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n },\n },\n source: {\n executable: ['executable'],\n packaging: cloud_assembly_schema.FileAssetPackaging.FILE,\n path: 'path',\n },\n },\n },\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
213
|
+
"syntaxKindCounter": {
|
|
214
|
+
"10": 19,
|
|
215
|
+
"75": 37,
|
|
216
|
+
"153": 1,
|
|
217
|
+
"169": 1,
|
|
218
|
+
"192": 2,
|
|
219
|
+
"193": 12,
|
|
220
|
+
"194": 2,
|
|
221
|
+
"225": 1,
|
|
222
|
+
"242": 1,
|
|
223
|
+
"243": 1,
|
|
224
|
+
"254": 1,
|
|
225
|
+
"255": 1,
|
|
226
|
+
"256": 1,
|
|
227
|
+
"281": 30,
|
|
228
|
+
"290": 1
|
|
229
|
+
},
|
|
230
|
+
"fqnsFingerprint": "38bfea06a27dbf5dd85845abccd686548ceeb588ce8116ca6d0f70b9de07ab6d"
|
|
231
|
+
},
|
|
232
|
+
"473cefad1aeafa51cd5283cec6bdb716fbc338d433ea32231c51139c95227a6d": {
|
|
233
|
+
"translations": {
|
|
234
|
+
"python": {
|
|
235
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nasset_manifest_properties = cloud_assembly_schema.AssetManifestProperties(\n file=\"file\",\n\n # the properties below are optional\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n requires_bootstrap_stack_version=123\n)",
|
|
236
|
+
"version": "1"
|
|
237
|
+
},
|
|
238
|
+
"csharp": {
|
|
239
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nAssetManifestProperties assetManifestProperties = new AssetManifestProperties {\n File = \"file\",\n\n // the properties below are optional\n BootstrapStackVersionSsmParameter = \"bootstrapStackVersionSsmParameter\",\n RequiresBootstrapStackVersion = 123\n};",
|
|
240
|
+
"version": "1"
|
|
241
|
+
},
|
|
242
|
+
"java": {
|
|
243
|
+
"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.cloudassembly.schema.*;\n\nAssetManifestProperties assetManifestProperties = AssetManifestProperties.builder()\n .file(\"file\")\n\n // the properties below are optional\n .bootstrapStackVersionSsmParameter(\"bootstrapStackVersionSsmParameter\")\n .requiresBootstrapStackVersion(123)\n .build();",
|
|
244
|
+
"version": "1"
|
|
245
|
+
},
|
|
246
|
+
"$": {
|
|
247
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst assetManifestProperties: cloud_assembly_schema.AssetManifestProperties = {\n file: 'file',\n\n // the properties below are optional\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n requiresBootstrapStackVersion: 123,\n};",
|
|
248
|
+
"version": "0"
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"location": {
|
|
252
|
+
"api": {
|
|
253
|
+
"api": "type",
|
|
254
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.AssetManifestProperties"
|
|
255
|
+
},
|
|
256
|
+
"field": {
|
|
257
|
+
"field": "example"
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
"didCompile": true,
|
|
261
|
+
"fqnsReferenced": [
|
|
262
|
+
"@aws-cdk/cloud-assembly-schema.AssetManifestProperties"
|
|
263
|
+
],
|
|
264
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst assetManifestProperties: cloud_assembly_schema.AssetManifestProperties = {\n file: 'file',\n\n // the properties below are optional\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n requiresBootstrapStackVersion: 123,\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
265
|
+
"syntaxKindCounter": {
|
|
266
|
+
"8": 1,
|
|
267
|
+
"10": 3,
|
|
268
|
+
"75": 7,
|
|
269
|
+
"153": 1,
|
|
270
|
+
"169": 1,
|
|
271
|
+
"193": 1,
|
|
272
|
+
"225": 1,
|
|
273
|
+
"242": 1,
|
|
274
|
+
"243": 1,
|
|
275
|
+
"254": 1,
|
|
276
|
+
"255": 1,
|
|
277
|
+
"256": 1,
|
|
278
|
+
"281": 3,
|
|
279
|
+
"290": 1
|
|
280
|
+
},
|
|
281
|
+
"fqnsFingerprint": "6fa4dafd5ba99c700a02dc4ab8953382c12e54407e32a7a1a4d9b458c0e8df3f"
|
|
282
|
+
},
|
|
283
|
+
"3e88ed85cf90bc22bc9f9e684954f4e8fec254700a725062c7ce0e689b417305": {
|
|
284
|
+
"translations": {
|
|
285
|
+
"python": {
|
|
286
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\navailability_zones_context_query = cloud_assembly_schema.AvailabilityZonesContextQuery(\n account=\"account\",\n region=\"region\",\n\n # the properties below are optional\n lookup_role_arn=\"lookupRoleArn\"\n)",
|
|
287
|
+
"version": "1"
|
|
288
|
+
},
|
|
289
|
+
"csharp": {
|
|
290
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nAvailabilityZonesContextQuery availabilityZonesContextQuery = new AvailabilityZonesContextQuery {\n Account = \"account\",\n Region = \"region\",\n\n // the properties below are optional\n LookupRoleArn = \"lookupRoleArn\"\n};",
|
|
291
|
+
"version": "1"
|
|
292
|
+
},
|
|
293
|
+
"java": {
|
|
294
|
+
"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.cloudassembly.schema.*;\n\nAvailabilityZonesContextQuery availabilityZonesContextQuery = AvailabilityZonesContextQuery.builder()\n .account(\"account\")\n .region(\"region\")\n\n // the properties below are optional\n .lookupRoleArn(\"lookupRoleArn\")\n .build();",
|
|
295
|
+
"version": "1"
|
|
296
|
+
},
|
|
297
|
+
"$": {
|
|
298
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst availabilityZonesContextQuery: cloud_assembly_schema.AvailabilityZonesContextQuery = {\n account: 'account',\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n};",
|
|
299
|
+
"version": "0"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"location": {
|
|
303
|
+
"api": {
|
|
304
|
+
"api": "type",
|
|
305
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.AvailabilityZonesContextQuery"
|
|
306
|
+
},
|
|
307
|
+
"field": {
|
|
308
|
+
"field": "example"
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
"didCompile": true,
|
|
312
|
+
"fqnsReferenced": [
|
|
313
|
+
"@aws-cdk/cloud-assembly-schema.AvailabilityZonesContextQuery"
|
|
314
|
+
],
|
|
315
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst availabilityZonesContextQuery: cloud_assembly_schema.AvailabilityZonesContextQuery = {\n account: 'account',\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
316
|
+
"syntaxKindCounter": {
|
|
317
|
+
"10": 4,
|
|
318
|
+
"75": 7,
|
|
319
|
+
"153": 1,
|
|
320
|
+
"169": 1,
|
|
321
|
+
"193": 1,
|
|
322
|
+
"225": 1,
|
|
323
|
+
"242": 1,
|
|
324
|
+
"243": 1,
|
|
325
|
+
"254": 1,
|
|
326
|
+
"255": 1,
|
|
327
|
+
"256": 1,
|
|
328
|
+
"281": 3,
|
|
329
|
+
"290": 1
|
|
330
|
+
},
|
|
331
|
+
"fqnsFingerprint": "5843491fa882f688ddab5c8c27ec5364c432fa91369fdf4434a65c0d66e00da2"
|
|
332
|
+
},
|
|
333
|
+
"ad27e2bbc5eaa50560b8a43107dff098a459216751090d51951b8fdb4aec738c": {
|
|
334
|
+
"translations": {
|
|
335
|
+
"python": {
|
|
336
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\naws_cloud_formation_stack_properties = cloud_assembly_schema.AwsCloudFormationStackProperties(\n template_file=\"templateFile\",\n\n # the properties below are optional\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n cloud_formation_execution_role_arn=\"cloudFormationExecutionRoleArn\",\n parameters={\n \"parameters_key\": \"parameters\"\n },\n requires_bootstrap_stack_version=123,\n stack_name=\"stackName\",\n stack_template_asset_object_url=\"stackTemplateAssetObjectUrl\",\n tags={\n \"tags_key\": \"tags\"\n },\n termination_protection=False,\n validate_on_synth=False\n)",
|
|
337
|
+
"version": "1"
|
|
338
|
+
},
|
|
339
|
+
"csharp": {
|
|
340
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nAwsCloudFormationStackProperties awsCloudFormationStackProperties = new AwsCloudFormationStackProperties {\n TemplateFile = \"templateFile\",\n\n // the properties below are optional\n AssumeRoleArn = \"assumeRoleArn\",\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n BootstrapStackVersionSsmParameter = \"bootstrapStackVersionSsmParameter\",\n CloudFormationExecutionRoleArn = \"cloudFormationExecutionRoleArn\",\n Parameters = new Dictionary<string, string> {\n { \"parametersKey\", \"parameters\" }\n },\n RequiresBootstrapStackVersion = 123,\n StackName = \"stackName\",\n StackTemplateAssetObjectUrl = \"stackTemplateAssetObjectUrl\",\n Tags = new Dictionary<string, string> {\n { \"tagsKey\", \"tags\" }\n },\n TerminationProtection = false,\n ValidateOnSynth = false\n};",
|
|
341
|
+
"version": "1"
|
|
342
|
+
},
|
|
343
|
+
"java": {
|
|
344
|
+
"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.cloudassembly.schema.*;\n\nAwsCloudFormationStackProperties awsCloudFormationStackProperties = AwsCloudFormationStackProperties.builder()\n .templateFile(\"templateFile\")\n\n // the properties below are optional\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .bootstrapStackVersionSsmParameter(\"bootstrapStackVersionSsmParameter\")\n .cloudFormationExecutionRoleArn(\"cloudFormationExecutionRoleArn\")\n .parameters(Map.of(\n \"parametersKey\", \"parameters\"))\n .requiresBootstrapStackVersion(123)\n .stackName(\"stackName\")\n .stackTemplateAssetObjectUrl(\"stackTemplateAssetObjectUrl\")\n .tags(Map.of(\n \"tagsKey\", \"tags\"))\n .terminationProtection(false)\n .validateOnSynth(false)\n .build();",
|
|
345
|
+
"version": "1"
|
|
346
|
+
},
|
|
347
|
+
"$": {
|
|
348
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst awsCloudFormationStackProperties: cloud_assembly_schema.AwsCloudFormationStackProperties = {\n templateFile: 'templateFile',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n cloudFormationExecutionRoleArn: 'cloudFormationExecutionRoleArn',\n parameters: {\n parametersKey: 'parameters',\n },\n requiresBootstrapStackVersion: 123,\n stackName: 'stackName',\n stackTemplateAssetObjectUrl: 'stackTemplateAssetObjectUrl',\n tags: {\n tagsKey: 'tags',\n },\n terminationProtection: false,\n validateOnSynth: false,\n};",
|
|
349
|
+
"version": "0"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"location": {
|
|
353
|
+
"api": {
|
|
354
|
+
"api": "type",
|
|
355
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.AwsCloudFormationStackProperties"
|
|
356
|
+
},
|
|
357
|
+
"field": {
|
|
358
|
+
"field": "example"
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
"didCompile": true,
|
|
362
|
+
"fqnsReferenced": [
|
|
363
|
+
"@aws-cdk/cloud-assembly-schema.AwsCloudFormationStackProperties"
|
|
364
|
+
],
|
|
365
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst awsCloudFormationStackProperties: cloud_assembly_schema.AwsCloudFormationStackProperties = {\n templateFile: 'templateFile',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n bootstrapStackVersionSsmParameter: 'bootstrapStackVersionSsmParameter',\n cloudFormationExecutionRoleArn: 'cloudFormationExecutionRoleArn',\n parameters: {\n parametersKey: 'parameters',\n },\n requiresBootstrapStackVersion: 123,\n stackName: 'stackName',\n stackTemplateAssetObjectUrl: 'stackTemplateAssetObjectUrl',\n tags: {\n tagsKey: 'tags',\n },\n terminationProtection: false,\n validateOnSynth: false,\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
366
|
+
"syntaxKindCounter": {
|
|
367
|
+
"8": 1,
|
|
368
|
+
"10": 10,
|
|
369
|
+
"75": 18,
|
|
370
|
+
"91": 2,
|
|
371
|
+
"153": 1,
|
|
372
|
+
"169": 1,
|
|
373
|
+
"193": 3,
|
|
374
|
+
"225": 1,
|
|
375
|
+
"242": 1,
|
|
376
|
+
"243": 1,
|
|
377
|
+
"254": 1,
|
|
378
|
+
"255": 1,
|
|
379
|
+
"256": 1,
|
|
380
|
+
"281": 14,
|
|
381
|
+
"290": 1
|
|
382
|
+
},
|
|
383
|
+
"fqnsFingerprint": "3f094f694fff6695944c3f062ac1e0631f6825eef76acebfda7636c48386aad4"
|
|
384
|
+
},
|
|
385
|
+
"f0c091ab0d76f7def8f7593714572ee73dd9b4be11c3308bd524be2dedf6710a": {
|
|
386
|
+
"translations": {
|
|
387
|
+
"python": {
|
|
388
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\naws_destination = cloud_assembly_schema.AwsDestination(\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n region=\"region\"\n)",
|
|
389
|
+
"version": "1"
|
|
390
|
+
},
|
|
391
|
+
"csharp": {
|
|
392
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nAwsDestination awsDestination = new AwsDestination {\n AssumeRoleArn = \"assumeRoleArn\",\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n Region = \"region\"\n};",
|
|
393
|
+
"version": "1"
|
|
394
|
+
},
|
|
395
|
+
"java": {
|
|
396
|
+
"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.cloudassembly.schema.*;\n\nAwsDestination awsDestination = AwsDestination.builder()\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .region(\"region\")\n .build();",
|
|
397
|
+
"version": "1"
|
|
398
|
+
},
|
|
399
|
+
"$": {
|
|
400
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst awsDestination: cloud_assembly_schema.AwsDestination = {\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n};",
|
|
401
|
+
"version": "0"
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
"location": {
|
|
405
|
+
"api": {
|
|
406
|
+
"api": "type",
|
|
407
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.AwsDestination"
|
|
408
|
+
},
|
|
409
|
+
"field": {
|
|
410
|
+
"field": "example"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
"didCompile": true,
|
|
414
|
+
"fqnsReferenced": [
|
|
415
|
+
"@aws-cdk/cloud-assembly-schema.AwsDestination"
|
|
416
|
+
],
|
|
417
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst awsDestination: cloud_assembly_schema.AwsDestination = {\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
418
|
+
"syntaxKindCounter": {
|
|
419
|
+
"10": 4,
|
|
420
|
+
"75": 7,
|
|
421
|
+
"153": 1,
|
|
422
|
+
"169": 1,
|
|
423
|
+
"193": 1,
|
|
424
|
+
"225": 1,
|
|
425
|
+
"242": 1,
|
|
426
|
+
"243": 1,
|
|
427
|
+
"254": 1,
|
|
428
|
+
"255": 1,
|
|
429
|
+
"256": 1,
|
|
430
|
+
"281": 3,
|
|
431
|
+
"290": 1
|
|
432
|
+
},
|
|
433
|
+
"fqnsFingerprint": "f7451737350cdc8cc4bc8c5339a5b8d32153ae61773c95f4f64f735b63415e58"
|
|
434
|
+
},
|
|
435
|
+
"9888324005c9b6c771775f087dd369426d13280663fce5b1cd0d24e37bb366fa": {
|
|
436
|
+
"translations": {
|
|
437
|
+
"python": {
|
|
438
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\ncontainer_image_asset_metadata_entry = cloud_assembly_schema.ContainerImageAssetMetadataEntry(\n id=\"id\",\n packaging=\"packaging\",\n path=\"path\",\n source_hash=\"sourceHash\",\n\n # the properties below are optional\n build_args={\n \"build_args_key\": \"buildArgs\"\n },\n file=\"file\",\n image_name_parameter=\"imageNameParameter\",\n image_tag=\"imageTag\",\n repository_name=\"repositoryName\",\n target=\"target\"\n)",
|
|
439
|
+
"version": "1"
|
|
440
|
+
},
|
|
441
|
+
"csharp": {
|
|
442
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nContainerImageAssetMetadataEntry containerImageAssetMetadataEntry = new ContainerImageAssetMetadataEntry {\n Id = \"id\",\n Packaging = \"packaging\",\n Path = \"path\",\n SourceHash = \"sourceHash\",\n\n // the properties below are optional\n BuildArgs = new Dictionary<string, string> {\n { \"buildArgsKey\", \"buildArgs\" }\n },\n File = \"file\",\n ImageNameParameter = \"imageNameParameter\",\n ImageTag = \"imageTag\",\n RepositoryName = \"repositoryName\",\n Target = \"target\"\n};",
|
|
443
|
+
"version": "1"
|
|
444
|
+
},
|
|
445
|
+
"java": {
|
|
446
|
+
"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.cloudassembly.schema.*;\n\nContainerImageAssetMetadataEntry containerImageAssetMetadataEntry = ContainerImageAssetMetadataEntry.builder()\n .id(\"id\")\n .packaging(\"packaging\")\n .path(\"path\")\n .sourceHash(\"sourceHash\")\n\n // the properties below are optional\n .buildArgs(Map.of(\n \"buildArgsKey\", \"buildArgs\"))\n .file(\"file\")\n .imageNameParameter(\"imageNameParameter\")\n .imageTag(\"imageTag\")\n .repositoryName(\"repositoryName\")\n .target(\"target\")\n .build();",
|
|
447
|
+
"version": "1"
|
|
448
|
+
},
|
|
449
|
+
"$": {
|
|
450
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst containerImageAssetMetadataEntry: cloud_assembly_schema.ContainerImageAssetMetadataEntry = {\n id: 'id',\n packaging: 'packaging',\n path: 'path',\n sourceHash: 'sourceHash',\n\n // the properties below are optional\n buildArgs: {\n buildArgsKey: 'buildArgs',\n },\n file: 'file',\n imageNameParameter: 'imageNameParameter',\n imageTag: 'imageTag',\n repositoryName: 'repositoryName',\n target: 'target',\n};",
|
|
451
|
+
"version": "0"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
"location": {
|
|
455
|
+
"api": {
|
|
456
|
+
"api": "type",
|
|
457
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.ContainerImageAssetMetadataEntry"
|
|
458
|
+
},
|
|
459
|
+
"field": {
|
|
460
|
+
"field": "example"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"didCompile": false,
|
|
464
|
+
"fqnsReferenced": [
|
|
465
|
+
"@aws-cdk/cloud-assembly-schema.ContainerImageAssetMetadataEntry"
|
|
466
|
+
],
|
|
467
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst containerImageAssetMetadataEntry: cloud_assembly_schema.ContainerImageAssetMetadataEntry = {\n id: 'id',\n packaging: 'packaging',\n path: 'path',\n sourceHash: 'sourceHash',\n\n // the properties below are optional\n buildArgs: {\n buildArgsKey: 'buildArgs',\n },\n file: 'file',\n imageNameParameter: 'imageNameParameter',\n imageTag: 'imageTag',\n repositoryName: 'repositoryName',\n target: 'target',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
468
|
+
"syntaxKindCounter": {
|
|
469
|
+
"10": 11,
|
|
470
|
+
"75": 15,
|
|
471
|
+
"153": 1,
|
|
472
|
+
"169": 1,
|
|
473
|
+
"193": 2,
|
|
474
|
+
"225": 1,
|
|
475
|
+
"242": 1,
|
|
476
|
+
"243": 1,
|
|
477
|
+
"254": 1,
|
|
478
|
+
"255": 1,
|
|
479
|
+
"256": 1,
|
|
480
|
+
"281": 11,
|
|
481
|
+
"290": 1
|
|
482
|
+
},
|
|
483
|
+
"fqnsFingerprint": "61f7b39b10317f70abb04a52e767aa3f47291c9b177c7ed526ba6b23175a1912"
|
|
484
|
+
},
|
|
485
|
+
"9ff07b50399debe15775e64d8aa9dd396e89a4255219b50058494e87bddd6344": {
|
|
486
|
+
"translations": {
|
|
487
|
+
"python": {
|
|
488
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\ndocker_image_asset = cloud_assembly_schema.DockerImageAsset(\n destinations={\n \"destinations_key\": cloud_assembly_schema.DockerImageDestination(\n image_tag=\"imageTag\",\n repository_name=\"repositoryName\",\n\n # the properties below are optional\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n region=\"region\"\n )\n },\n source=cloud_assembly_schema.DockerImageSource(\n directory=\"directory\",\n docker_build_args={\n \"docker_build_args_key\": \"dockerBuildArgs\"\n },\n docker_build_target=\"dockerBuildTarget\",\n docker_file=\"dockerFile\",\n executable=[\"executable\"]\n )\n)",
|
|
489
|
+
"version": "1"
|
|
490
|
+
},
|
|
491
|
+
"csharp": {
|
|
492
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nDockerImageAsset dockerImageAsset = new DockerImageAsset {\n Destinations = new Dictionary<string, DockerImageDestination> {\n { \"destinationsKey\", new DockerImageDestination {\n ImageTag = \"imageTag\",\n RepositoryName = \"repositoryName\",\n\n // the properties below are optional\n AssumeRoleArn = \"assumeRoleArn\",\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n Region = \"region\"\n } }\n },\n Source = new DockerImageSource {\n Directory = \"directory\",\n DockerBuildArgs = new Dictionary<string, string> {\n { \"dockerBuildArgsKey\", \"dockerBuildArgs\" }\n },\n DockerBuildTarget = \"dockerBuildTarget\",\n DockerFile = \"dockerFile\",\n Executable = new [] { \"executable\" }\n }\n};",
|
|
493
|
+
"version": "1"
|
|
494
|
+
},
|
|
495
|
+
"java": {
|
|
496
|
+
"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.cloudassembly.schema.*;\n\nDockerImageAsset dockerImageAsset = DockerImageAsset.builder()\n .destinations(Map.of(\n \"destinationsKey\", DockerImageDestination.builder()\n .imageTag(\"imageTag\")\n .repositoryName(\"repositoryName\")\n\n // the properties below are optional\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .region(\"region\")\n .build()))\n .source(DockerImageSource.builder()\n .directory(\"directory\")\n .dockerBuildArgs(Map.of(\n \"dockerBuildArgsKey\", \"dockerBuildArgs\"))\n .dockerBuildTarget(\"dockerBuildTarget\")\n .dockerFile(\"dockerFile\")\n .executable(List.of(\"executable\"))\n .build())\n .build();",
|
|
497
|
+
"version": "1"
|
|
498
|
+
},
|
|
499
|
+
"$": {
|
|
500
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst dockerImageAsset: cloud_assembly_schema.DockerImageAsset = {\n destinations: {\n destinationsKey: {\n imageTag: 'imageTag',\n repositoryName: 'repositoryName',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n },\n },\n source: {\n directory: 'directory',\n dockerBuildArgs: {\n dockerBuildArgsKey: 'dockerBuildArgs',\n },\n dockerBuildTarget: 'dockerBuildTarget',\n dockerFile: 'dockerFile',\n executable: ['executable'],\n },\n};",
|
|
501
|
+
"version": "0"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
"location": {
|
|
505
|
+
"api": {
|
|
506
|
+
"api": "type",
|
|
507
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.DockerImageAsset"
|
|
508
|
+
},
|
|
509
|
+
"field": {
|
|
510
|
+
"field": "example"
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
"didCompile": true,
|
|
514
|
+
"fqnsReferenced": [
|
|
515
|
+
"@aws-cdk/cloud-assembly-schema.DockerImageAsset",
|
|
516
|
+
"@aws-cdk/cloud-assembly-schema.DockerImageDestination",
|
|
517
|
+
"@aws-cdk/cloud-assembly-schema.DockerImageSource"
|
|
518
|
+
],
|
|
519
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst dockerImageAsset: cloud_assembly_schema.DockerImageAsset = {\n destinations: {\n destinationsKey: {\n imageTag: 'imageTag',\n repositoryName: 'repositoryName',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n },\n },\n source: {\n directory: 'directory',\n dockerBuildArgs: {\n dockerBuildArgsKey: 'dockerBuildArgs',\n },\n dockerBuildTarget: 'dockerBuildTarget',\n dockerFile: 'dockerFile',\n executable: ['executable'],\n },\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
520
|
+
"syntaxKindCounter": {
|
|
521
|
+
"10": 11,
|
|
522
|
+
"75": 18,
|
|
523
|
+
"153": 1,
|
|
524
|
+
"169": 1,
|
|
525
|
+
"192": 1,
|
|
526
|
+
"193": 5,
|
|
527
|
+
"225": 1,
|
|
528
|
+
"242": 1,
|
|
529
|
+
"243": 1,
|
|
530
|
+
"254": 1,
|
|
531
|
+
"255": 1,
|
|
532
|
+
"256": 1,
|
|
533
|
+
"281": 14,
|
|
534
|
+
"290": 1
|
|
535
|
+
},
|
|
536
|
+
"fqnsFingerprint": "c154283bd8ac533ba5a31de04c83d9e2ffcc976456fd88616831d0d994192207"
|
|
537
|
+
},
|
|
538
|
+
"3eceaa7485ff32425f456723bd17685f9967b2fd99d81dec3e5d5d4a319ceca7": {
|
|
539
|
+
"translations": {
|
|
540
|
+
"python": {
|
|
541
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\ndocker_image_destination = cloud_assembly_schema.DockerImageDestination(\n image_tag=\"imageTag\",\n repository_name=\"repositoryName\",\n\n # the properties below are optional\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n region=\"region\"\n)",
|
|
542
|
+
"version": "1"
|
|
543
|
+
},
|
|
544
|
+
"csharp": {
|
|
545
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nDockerImageDestination dockerImageDestination = new DockerImageDestination {\n ImageTag = \"imageTag\",\n RepositoryName = \"repositoryName\",\n\n // the properties below are optional\n AssumeRoleArn = \"assumeRoleArn\",\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n Region = \"region\"\n};",
|
|
546
|
+
"version": "1"
|
|
547
|
+
},
|
|
548
|
+
"java": {
|
|
549
|
+
"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.cloudassembly.schema.*;\n\nDockerImageDestination dockerImageDestination = DockerImageDestination.builder()\n .imageTag(\"imageTag\")\n .repositoryName(\"repositoryName\")\n\n // the properties below are optional\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .region(\"region\")\n .build();",
|
|
550
|
+
"version": "1"
|
|
551
|
+
},
|
|
552
|
+
"$": {
|
|
553
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst dockerImageDestination: cloud_assembly_schema.DockerImageDestination = {\n imageTag: 'imageTag',\n repositoryName: 'repositoryName',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n};",
|
|
554
|
+
"version": "0"
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
"location": {
|
|
558
|
+
"api": {
|
|
559
|
+
"api": "type",
|
|
560
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.DockerImageDestination"
|
|
561
|
+
},
|
|
562
|
+
"field": {
|
|
563
|
+
"field": "example"
|
|
564
|
+
}
|
|
565
|
+
},
|
|
566
|
+
"didCompile": true,
|
|
567
|
+
"fqnsReferenced": [
|
|
568
|
+
"@aws-cdk/cloud-assembly-schema.DockerImageDestination"
|
|
569
|
+
],
|
|
570
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst dockerImageDestination: cloud_assembly_schema.DockerImageDestination = {\n imageTag: 'imageTag',\n repositoryName: 'repositoryName',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
571
|
+
"syntaxKindCounter": {
|
|
572
|
+
"10": 6,
|
|
573
|
+
"75": 9,
|
|
574
|
+
"153": 1,
|
|
575
|
+
"169": 1,
|
|
576
|
+
"193": 1,
|
|
577
|
+
"225": 1,
|
|
578
|
+
"242": 1,
|
|
579
|
+
"243": 1,
|
|
580
|
+
"254": 1,
|
|
581
|
+
"255": 1,
|
|
582
|
+
"256": 1,
|
|
583
|
+
"281": 5,
|
|
584
|
+
"290": 1
|
|
585
|
+
},
|
|
586
|
+
"fqnsFingerprint": "74ca46abe27a67d74e65971a313c5675034ad3a7703423467a3ca0db3dba8568"
|
|
587
|
+
},
|
|
588
|
+
"51fbc93d2bfc51b5bb5e1af80a9d9348e251e1c23a4ec275700446fffe481cba": {
|
|
589
|
+
"translations": {
|
|
590
|
+
"python": {
|
|
591
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\ndocker_image_source = cloud_assembly_schema.DockerImageSource(\n directory=\"directory\",\n docker_build_args={\n \"docker_build_args_key\": \"dockerBuildArgs\"\n },\n docker_build_target=\"dockerBuildTarget\",\n docker_file=\"dockerFile\",\n executable=[\"executable\"]\n)",
|
|
592
|
+
"version": "1"
|
|
593
|
+
},
|
|
594
|
+
"csharp": {
|
|
595
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nDockerImageSource dockerImageSource = new DockerImageSource {\n Directory = \"directory\",\n DockerBuildArgs = new Dictionary<string, string> {\n { \"dockerBuildArgsKey\", \"dockerBuildArgs\" }\n },\n DockerBuildTarget = \"dockerBuildTarget\",\n DockerFile = \"dockerFile\",\n Executable = new [] { \"executable\" }\n};",
|
|
596
|
+
"version": "1"
|
|
597
|
+
},
|
|
598
|
+
"java": {
|
|
599
|
+
"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.cloudassembly.schema.*;\n\nDockerImageSource dockerImageSource = DockerImageSource.builder()\n .directory(\"directory\")\n .dockerBuildArgs(Map.of(\n \"dockerBuildArgsKey\", \"dockerBuildArgs\"))\n .dockerBuildTarget(\"dockerBuildTarget\")\n .dockerFile(\"dockerFile\")\n .executable(List.of(\"executable\"))\n .build();",
|
|
600
|
+
"version": "1"
|
|
601
|
+
},
|
|
602
|
+
"$": {
|
|
603
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst dockerImageSource: cloud_assembly_schema.DockerImageSource = {\n directory: 'directory',\n dockerBuildArgs: {\n dockerBuildArgsKey: 'dockerBuildArgs',\n },\n dockerBuildTarget: 'dockerBuildTarget',\n dockerFile: 'dockerFile',\n executable: ['executable'],\n};",
|
|
604
|
+
"version": "0"
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
"location": {
|
|
608
|
+
"api": {
|
|
609
|
+
"api": "type",
|
|
610
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.DockerImageSource"
|
|
611
|
+
},
|
|
612
|
+
"field": {
|
|
613
|
+
"field": "example"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
"didCompile": true,
|
|
617
|
+
"fqnsReferenced": [
|
|
618
|
+
"@aws-cdk/cloud-assembly-schema.DockerImageSource"
|
|
619
|
+
],
|
|
620
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst dockerImageSource: cloud_assembly_schema.DockerImageSource = {\n directory: 'directory',\n dockerBuildArgs: {\n dockerBuildArgsKey: 'dockerBuildArgs',\n },\n dockerBuildTarget: 'dockerBuildTarget',\n dockerFile: 'dockerFile',\n executable: ['executable'],\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
621
|
+
"syntaxKindCounter": {
|
|
622
|
+
"10": 6,
|
|
623
|
+
"75": 10,
|
|
624
|
+
"153": 1,
|
|
625
|
+
"169": 1,
|
|
626
|
+
"192": 1,
|
|
627
|
+
"193": 2,
|
|
628
|
+
"225": 1,
|
|
629
|
+
"242": 1,
|
|
630
|
+
"243": 1,
|
|
631
|
+
"254": 1,
|
|
632
|
+
"255": 1,
|
|
633
|
+
"256": 1,
|
|
634
|
+
"281": 6,
|
|
635
|
+
"290": 1
|
|
636
|
+
},
|
|
637
|
+
"fqnsFingerprint": "b52fba1f96a875c3553da1416b5986d458955fe4b515d0d68e1fc94c822d0ab8"
|
|
638
|
+
},
|
|
639
|
+
"d47b9785bf52ba93f36631c9ec90abc31b341035fc16b8ce1b605671d78ebf8e": {
|
|
640
|
+
"translations": {
|
|
641
|
+
"python": {
|
|
642
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nendpoint_service_availability_zones_context_query = cloud_assembly_schema.EndpointServiceAvailabilityZonesContextQuery(\n account=\"account\",\n region=\"region\",\n service_name=\"serviceName\",\n\n # the properties below are optional\n lookup_role_arn=\"lookupRoleArn\"\n)",
|
|
643
|
+
"version": "1"
|
|
644
|
+
},
|
|
645
|
+
"csharp": {
|
|
646
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nEndpointServiceAvailabilityZonesContextQuery endpointServiceAvailabilityZonesContextQuery = new EndpointServiceAvailabilityZonesContextQuery {\n Account = \"account\",\n Region = \"region\",\n ServiceName = \"serviceName\",\n\n // the properties below are optional\n LookupRoleArn = \"lookupRoleArn\"\n};",
|
|
647
|
+
"version": "1"
|
|
648
|
+
},
|
|
649
|
+
"java": {
|
|
650
|
+
"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.cloudassembly.schema.*;\n\nEndpointServiceAvailabilityZonesContextQuery endpointServiceAvailabilityZonesContextQuery = EndpointServiceAvailabilityZonesContextQuery.builder()\n .account(\"account\")\n .region(\"region\")\n .serviceName(\"serviceName\")\n\n // the properties below are optional\n .lookupRoleArn(\"lookupRoleArn\")\n .build();",
|
|
651
|
+
"version": "1"
|
|
652
|
+
},
|
|
653
|
+
"$": {
|
|
654
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst endpointServiceAvailabilityZonesContextQuery: cloud_assembly_schema.EndpointServiceAvailabilityZonesContextQuery = {\n account: 'account',\n region: 'region',\n serviceName: 'serviceName',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n};",
|
|
655
|
+
"version": "0"
|
|
656
|
+
}
|
|
657
|
+
},
|
|
658
|
+
"location": {
|
|
659
|
+
"api": {
|
|
660
|
+
"api": "type",
|
|
661
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.EndpointServiceAvailabilityZonesContextQuery"
|
|
662
|
+
},
|
|
663
|
+
"field": {
|
|
664
|
+
"field": "example"
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
"didCompile": true,
|
|
668
|
+
"fqnsReferenced": [
|
|
669
|
+
"@aws-cdk/cloud-assembly-schema.EndpointServiceAvailabilityZonesContextQuery"
|
|
670
|
+
],
|
|
671
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst endpointServiceAvailabilityZonesContextQuery: cloud_assembly_schema.EndpointServiceAvailabilityZonesContextQuery = {\n account: 'account',\n region: 'region',\n serviceName: 'serviceName',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
672
|
+
"syntaxKindCounter": {
|
|
673
|
+
"10": 5,
|
|
674
|
+
"75": 8,
|
|
675
|
+
"153": 1,
|
|
676
|
+
"169": 1,
|
|
677
|
+
"193": 1,
|
|
678
|
+
"225": 1,
|
|
679
|
+
"242": 1,
|
|
680
|
+
"243": 1,
|
|
681
|
+
"254": 1,
|
|
682
|
+
"255": 1,
|
|
683
|
+
"256": 1,
|
|
684
|
+
"281": 4,
|
|
685
|
+
"290": 1
|
|
686
|
+
},
|
|
687
|
+
"fqnsFingerprint": "95c42a22c3547443040039d8187363cf0cde202acfb530cd15895b289ede5ffa"
|
|
688
|
+
},
|
|
689
|
+
"b3d7e316200c6482308341ea40c77083c1106cd9c2782d17e8008e5b094a5f3c": {
|
|
690
|
+
"translations": {
|
|
691
|
+
"python": {
|
|
692
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nfile_asset = cloud_assembly_schema.FileAsset(\n destinations={\n \"destinations_key\": cloud_assembly_schema.FileDestination(\n bucket_name=\"bucketName\",\n object_key=\"objectKey\",\n\n # the properties below are optional\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n region=\"region\"\n )\n },\n source=cloud_assembly_schema.FileSource(\n executable=[\"executable\"],\n packaging=cloud_assembly_schema.FileAssetPackaging.FILE,\n path=\"path\"\n )\n)",
|
|
693
|
+
"version": "1"
|
|
694
|
+
},
|
|
695
|
+
"csharp": {
|
|
696
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nFileAsset fileAsset = new FileAsset {\n Destinations = new Dictionary<string, FileDestination> {\n { \"destinationsKey\", new FileDestination {\n BucketName = \"bucketName\",\n ObjectKey = \"objectKey\",\n\n // the properties below are optional\n AssumeRoleArn = \"assumeRoleArn\",\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n Region = \"region\"\n } }\n },\n Source = new FileSource {\n Executable = new [] { \"executable\" },\n Packaging = FileAssetPackaging.FILE,\n Path = \"path\"\n }\n};",
|
|
697
|
+
"version": "1"
|
|
698
|
+
},
|
|
699
|
+
"java": {
|
|
700
|
+
"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.cloudassembly.schema.*;\n\nFileAsset fileAsset = FileAsset.builder()\n .destinations(Map.of(\n \"destinationsKey\", FileDestination.builder()\n .bucketName(\"bucketName\")\n .objectKey(\"objectKey\")\n\n // the properties below are optional\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .region(\"region\")\n .build()))\n .source(FileSource.builder()\n .executable(List.of(\"executable\"))\n .packaging(FileAssetPackaging.FILE)\n .path(\"path\")\n .build())\n .build();",
|
|
701
|
+
"version": "1"
|
|
702
|
+
},
|
|
703
|
+
"$": {
|
|
704
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst fileAsset: cloud_assembly_schema.FileAsset = {\n destinations: {\n destinationsKey: {\n bucketName: 'bucketName',\n objectKey: 'objectKey',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n },\n },\n source: {\n executable: ['executable'],\n packaging: cloud_assembly_schema.FileAssetPackaging.FILE,\n path: 'path',\n },\n};",
|
|
705
|
+
"version": "0"
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
"location": {
|
|
709
|
+
"api": {
|
|
710
|
+
"api": "type",
|
|
711
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.FileAsset"
|
|
712
|
+
},
|
|
713
|
+
"field": {
|
|
714
|
+
"field": "example"
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
"didCompile": true,
|
|
718
|
+
"fqnsReferenced": [
|
|
719
|
+
"@aws-cdk/cloud-assembly-schema.FileAsset",
|
|
720
|
+
"@aws-cdk/cloud-assembly-schema.FileAssetPackaging",
|
|
721
|
+
"@aws-cdk/cloud-assembly-schema.FileAssetPackaging#FILE",
|
|
722
|
+
"@aws-cdk/cloud-assembly-schema.FileDestination",
|
|
723
|
+
"@aws-cdk/cloud-assembly-schema.FileSource"
|
|
724
|
+
],
|
|
725
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst fileAsset: cloud_assembly_schema.FileAsset = {\n destinations: {\n destinationsKey: {\n bucketName: 'bucketName',\n objectKey: 'objectKey',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n },\n },\n source: {\n executable: ['executable'],\n packaging: cloud_assembly_schema.FileAssetPackaging.FILE,\n path: 'path',\n },\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
726
|
+
"syntaxKindCounter": {
|
|
727
|
+
"10": 8,
|
|
728
|
+
"75": 18,
|
|
729
|
+
"153": 1,
|
|
730
|
+
"169": 1,
|
|
731
|
+
"192": 1,
|
|
732
|
+
"193": 4,
|
|
733
|
+
"194": 2,
|
|
734
|
+
"225": 1,
|
|
735
|
+
"242": 1,
|
|
736
|
+
"243": 1,
|
|
737
|
+
"254": 1,
|
|
738
|
+
"255": 1,
|
|
739
|
+
"256": 1,
|
|
740
|
+
"281": 11,
|
|
741
|
+
"290": 1
|
|
742
|
+
},
|
|
743
|
+
"fqnsFingerprint": "4163c0abce58a47c772c5b372a9ea220bbeb9a87d0a0a3c5b178caa543cd42ad"
|
|
744
|
+
},
|
|
745
|
+
"ce32133bf077a30d1fd773cce35d7b13223a8627c8a22999fb9c29f6f4cb5b3c": {
|
|
746
|
+
"translations": {
|
|
747
|
+
"python": {
|
|
748
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nfile_asset_metadata_entry = cloud_assembly_schema.FileAssetMetadataEntry(\n artifact_hash_parameter=\"artifactHashParameter\",\n id=\"id\",\n packaging=\"packaging\",\n path=\"path\",\n s3_bucket_parameter=\"s3BucketParameter\",\n s3_key_parameter=\"s3KeyParameter\",\n source_hash=\"sourceHash\"\n)",
|
|
749
|
+
"version": "1"
|
|
750
|
+
},
|
|
751
|
+
"csharp": {
|
|
752
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nFileAssetMetadataEntry fileAssetMetadataEntry = new FileAssetMetadataEntry {\n ArtifactHashParameter = \"artifactHashParameter\",\n Id = \"id\",\n Packaging = \"packaging\",\n Path = \"path\",\n S3BucketParameter = \"s3BucketParameter\",\n S3KeyParameter = \"s3KeyParameter\",\n SourceHash = \"sourceHash\"\n};",
|
|
753
|
+
"version": "1"
|
|
754
|
+
},
|
|
755
|
+
"java": {
|
|
756
|
+
"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.cloudassembly.schema.*;\n\nFileAssetMetadataEntry fileAssetMetadataEntry = FileAssetMetadataEntry.builder()\n .artifactHashParameter(\"artifactHashParameter\")\n .id(\"id\")\n .packaging(\"packaging\")\n .path(\"path\")\n .s3BucketParameter(\"s3BucketParameter\")\n .s3KeyParameter(\"s3KeyParameter\")\n .sourceHash(\"sourceHash\")\n .build();",
|
|
757
|
+
"version": "1"
|
|
758
|
+
},
|
|
759
|
+
"$": {
|
|
760
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst fileAssetMetadataEntry: cloud_assembly_schema.FileAssetMetadataEntry = {\n artifactHashParameter: 'artifactHashParameter',\n id: 'id',\n packaging: 'packaging',\n path: 'path',\n s3BucketParameter: 's3BucketParameter',\n s3KeyParameter: 's3KeyParameter',\n sourceHash: 'sourceHash',\n};",
|
|
761
|
+
"version": "0"
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
"location": {
|
|
765
|
+
"api": {
|
|
766
|
+
"api": "type",
|
|
767
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.FileAssetMetadataEntry"
|
|
768
|
+
},
|
|
769
|
+
"field": {
|
|
770
|
+
"field": "example"
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
"didCompile": false,
|
|
774
|
+
"fqnsReferenced": [
|
|
775
|
+
"@aws-cdk/cloud-assembly-schema.FileAssetMetadataEntry"
|
|
776
|
+
],
|
|
777
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst fileAssetMetadataEntry: cloud_assembly_schema.FileAssetMetadataEntry = {\n artifactHashParameter: 'artifactHashParameter',\n id: 'id',\n packaging: 'packaging',\n path: 'path',\n s3BucketParameter: 's3BucketParameter',\n s3KeyParameter: 's3KeyParameter',\n sourceHash: 'sourceHash',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
778
|
+
"syntaxKindCounter": {
|
|
779
|
+
"10": 8,
|
|
780
|
+
"75": 11,
|
|
781
|
+
"153": 1,
|
|
782
|
+
"169": 1,
|
|
783
|
+
"193": 1,
|
|
784
|
+
"225": 1,
|
|
785
|
+
"242": 1,
|
|
786
|
+
"243": 1,
|
|
787
|
+
"254": 1,
|
|
788
|
+
"255": 1,
|
|
789
|
+
"256": 1,
|
|
790
|
+
"281": 7,
|
|
791
|
+
"290": 1
|
|
792
|
+
},
|
|
793
|
+
"fqnsFingerprint": "b1842bb0a03246f013215aef9361aaee080469adca845e83c3e6078c1e44db36"
|
|
794
|
+
},
|
|
795
|
+
"7f997d1a7d75fecbcd176fb1375d5e7737890ddd5f36fb5528ada5b9fe261bc2": {
|
|
796
|
+
"translations": {
|
|
797
|
+
"python": {
|
|
798
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nfile_destination = cloud_assembly_schema.FileDestination(\n bucket_name=\"bucketName\",\n object_key=\"objectKey\",\n\n # the properties below are optional\n assume_role_arn=\"assumeRoleArn\",\n assume_role_external_id=\"assumeRoleExternalId\",\n region=\"region\"\n)",
|
|
799
|
+
"version": "1"
|
|
800
|
+
},
|
|
801
|
+
"csharp": {
|
|
802
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nFileDestination fileDestination = new FileDestination {\n BucketName = \"bucketName\",\n ObjectKey = \"objectKey\",\n\n // the properties below are optional\n AssumeRoleArn = \"assumeRoleArn\",\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n Region = \"region\"\n};",
|
|
803
|
+
"version": "1"
|
|
804
|
+
},
|
|
805
|
+
"java": {
|
|
806
|
+
"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.cloudassembly.schema.*;\n\nFileDestination fileDestination = FileDestination.builder()\n .bucketName(\"bucketName\")\n .objectKey(\"objectKey\")\n\n // the properties below are optional\n .assumeRoleArn(\"assumeRoleArn\")\n .assumeRoleExternalId(\"assumeRoleExternalId\")\n .region(\"region\")\n .build();",
|
|
807
|
+
"version": "1"
|
|
808
|
+
},
|
|
809
|
+
"$": {
|
|
810
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst fileDestination: cloud_assembly_schema.FileDestination = {\n bucketName: 'bucketName',\n objectKey: 'objectKey',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n};",
|
|
811
|
+
"version": "0"
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
"location": {
|
|
815
|
+
"api": {
|
|
816
|
+
"api": "type",
|
|
817
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.FileDestination"
|
|
818
|
+
},
|
|
819
|
+
"field": {
|
|
820
|
+
"field": "example"
|
|
821
|
+
}
|
|
822
|
+
},
|
|
823
|
+
"didCompile": true,
|
|
824
|
+
"fqnsReferenced": [
|
|
825
|
+
"@aws-cdk/cloud-assembly-schema.FileDestination"
|
|
826
|
+
],
|
|
827
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst fileDestination: cloud_assembly_schema.FileDestination = {\n bucketName: 'bucketName',\n objectKey: 'objectKey',\n\n // the properties below are optional\n assumeRoleArn: 'assumeRoleArn',\n assumeRoleExternalId: 'assumeRoleExternalId',\n region: 'region',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
828
|
+
"syntaxKindCounter": {
|
|
829
|
+
"10": 6,
|
|
830
|
+
"75": 9,
|
|
831
|
+
"153": 1,
|
|
832
|
+
"169": 1,
|
|
833
|
+
"193": 1,
|
|
834
|
+
"225": 1,
|
|
835
|
+
"242": 1,
|
|
836
|
+
"243": 1,
|
|
837
|
+
"254": 1,
|
|
838
|
+
"255": 1,
|
|
839
|
+
"256": 1,
|
|
840
|
+
"281": 5,
|
|
841
|
+
"290": 1
|
|
842
|
+
},
|
|
843
|
+
"fqnsFingerprint": "1dce319bf4292352b7649dc5df8bf1adfec1b40c0d1227e95b262ee00d94c314"
|
|
844
|
+
},
|
|
845
|
+
"8919d25312ffa0550d96b8b80fd2d07854bd2d7a3ef751d6f165f3afcb2b41ad": {
|
|
846
|
+
"translations": {
|
|
847
|
+
"python": {
|
|
848
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nfile_source = cloud_assembly_schema.FileSource(\n executable=[\"executable\"],\n packaging=cloud_assembly_schema.FileAssetPackaging.FILE,\n path=\"path\"\n)",
|
|
849
|
+
"version": "1"
|
|
850
|
+
},
|
|
851
|
+
"csharp": {
|
|
852
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nFileSource fileSource = new FileSource {\n Executable = new [] { \"executable\" },\n Packaging = FileAssetPackaging.FILE,\n Path = \"path\"\n};",
|
|
853
|
+
"version": "1"
|
|
854
|
+
},
|
|
855
|
+
"java": {
|
|
856
|
+
"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.cloudassembly.schema.*;\n\nFileSource fileSource = FileSource.builder()\n .executable(List.of(\"executable\"))\n .packaging(FileAssetPackaging.FILE)\n .path(\"path\")\n .build();",
|
|
857
|
+
"version": "1"
|
|
858
|
+
},
|
|
859
|
+
"$": {
|
|
860
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst fileSource: cloud_assembly_schema.FileSource = {\n executable: ['executable'],\n packaging: cloud_assembly_schema.FileAssetPackaging.FILE,\n path: 'path',\n};",
|
|
861
|
+
"version": "0"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
864
|
+
"location": {
|
|
865
|
+
"api": {
|
|
866
|
+
"api": "type",
|
|
867
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.FileSource"
|
|
868
|
+
},
|
|
869
|
+
"field": {
|
|
870
|
+
"field": "example"
|
|
871
|
+
}
|
|
872
|
+
},
|
|
873
|
+
"didCompile": true,
|
|
874
|
+
"fqnsReferenced": [
|
|
875
|
+
"@aws-cdk/cloud-assembly-schema.FileAssetPackaging",
|
|
876
|
+
"@aws-cdk/cloud-assembly-schema.FileAssetPackaging#FILE",
|
|
877
|
+
"@aws-cdk/cloud-assembly-schema.FileSource"
|
|
878
|
+
],
|
|
879
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst fileSource: cloud_assembly_schema.FileSource = {\n executable: ['executable'],\n packaging: cloud_assembly_schema.FileAssetPackaging.FILE,\n path: 'path',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
880
|
+
"syntaxKindCounter": {
|
|
881
|
+
"10": 3,
|
|
882
|
+
"75": 10,
|
|
883
|
+
"153": 1,
|
|
884
|
+
"169": 1,
|
|
885
|
+
"192": 1,
|
|
886
|
+
"193": 1,
|
|
887
|
+
"194": 2,
|
|
888
|
+
"225": 1,
|
|
889
|
+
"242": 1,
|
|
890
|
+
"243": 1,
|
|
891
|
+
"254": 1,
|
|
892
|
+
"255": 1,
|
|
893
|
+
"256": 1,
|
|
894
|
+
"281": 3,
|
|
895
|
+
"290": 1
|
|
896
|
+
},
|
|
897
|
+
"fqnsFingerprint": "cce5010fbb67f8f66c9253b4457f7a3f9dbbde97c641fb1b4a4302ea3a6d669c"
|
|
898
|
+
},
|
|
899
|
+
"14328c9839269071fac0c6ef1f2ebd6a709366b95ee744ea64e4ea68990540e0": {
|
|
900
|
+
"translations": {
|
|
901
|
+
"python": {
|
|
902
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nhosted_zone_context_query = cloud_assembly_schema.HostedZoneContextQuery(\n account=\"account\",\n domain_name=\"domainName\",\n region=\"region\",\n\n # the properties below are optional\n lookup_role_arn=\"lookupRoleArn\",\n private_zone=False,\n vpc_id=\"vpcId\"\n)",
|
|
903
|
+
"version": "1"
|
|
904
|
+
},
|
|
905
|
+
"csharp": {
|
|
906
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nHostedZoneContextQuery hostedZoneContextQuery = new HostedZoneContextQuery {\n Account = \"account\",\n DomainName = \"domainName\",\n Region = \"region\",\n\n // the properties below are optional\n LookupRoleArn = \"lookupRoleArn\",\n PrivateZone = false,\n VpcId = \"vpcId\"\n};",
|
|
907
|
+
"version": "1"
|
|
908
|
+
},
|
|
909
|
+
"java": {
|
|
910
|
+
"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.cloudassembly.schema.*;\n\nHostedZoneContextQuery hostedZoneContextQuery = HostedZoneContextQuery.builder()\n .account(\"account\")\n .domainName(\"domainName\")\n .region(\"region\")\n\n // the properties below are optional\n .lookupRoleArn(\"lookupRoleArn\")\n .privateZone(false)\n .vpcId(\"vpcId\")\n .build();",
|
|
911
|
+
"version": "1"
|
|
912
|
+
},
|
|
913
|
+
"$": {
|
|
914
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst hostedZoneContextQuery: cloud_assembly_schema.HostedZoneContextQuery = {\n account: 'account',\n domainName: 'domainName',\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n privateZone: false,\n vpcId: 'vpcId',\n};",
|
|
915
|
+
"version": "0"
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"location": {
|
|
919
|
+
"api": {
|
|
920
|
+
"api": "type",
|
|
921
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.HostedZoneContextQuery"
|
|
922
|
+
},
|
|
923
|
+
"field": {
|
|
924
|
+
"field": "example"
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
"didCompile": true,
|
|
928
|
+
"fqnsReferenced": [
|
|
929
|
+
"@aws-cdk/cloud-assembly-schema.HostedZoneContextQuery"
|
|
930
|
+
],
|
|
931
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst hostedZoneContextQuery: cloud_assembly_schema.HostedZoneContextQuery = {\n account: 'account',\n domainName: 'domainName',\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n privateZone: false,\n vpcId: 'vpcId',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
932
|
+
"syntaxKindCounter": {
|
|
933
|
+
"10": 6,
|
|
934
|
+
"75": 10,
|
|
935
|
+
"91": 1,
|
|
936
|
+
"153": 1,
|
|
937
|
+
"169": 1,
|
|
938
|
+
"193": 1,
|
|
939
|
+
"225": 1,
|
|
940
|
+
"242": 1,
|
|
941
|
+
"243": 1,
|
|
942
|
+
"254": 1,
|
|
943
|
+
"255": 1,
|
|
944
|
+
"256": 1,
|
|
945
|
+
"281": 6,
|
|
946
|
+
"290": 1
|
|
947
|
+
},
|
|
948
|
+
"fqnsFingerprint": "047059be64704a685d7e0f39d3e38c24b1a7fc585a887bfdae03dfb15dbf38d9"
|
|
949
|
+
},
|
|
950
|
+
"ace2c0f8cefd8405e123e856adc09df724751fa6d2d4aaee28f73a730ea65155": {
|
|
951
|
+
"translations": {
|
|
952
|
+
"python": {
|
|
953
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nkey_context_query = cloud_assembly_schema.KeyContextQuery(\n account=\"account\",\n alias_name=\"aliasName\",\n region=\"region\",\n\n # the properties below are optional\n lookup_role_arn=\"lookupRoleArn\"\n)",
|
|
954
|
+
"version": "1"
|
|
955
|
+
},
|
|
956
|
+
"csharp": {
|
|
957
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nKeyContextQuery keyContextQuery = new KeyContextQuery {\n Account = \"account\",\n AliasName = \"aliasName\",\n Region = \"region\",\n\n // the properties below are optional\n LookupRoleArn = \"lookupRoleArn\"\n};",
|
|
958
|
+
"version": "1"
|
|
959
|
+
},
|
|
960
|
+
"java": {
|
|
961
|
+
"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.cloudassembly.schema.*;\n\nKeyContextQuery keyContextQuery = KeyContextQuery.builder()\n .account(\"account\")\n .aliasName(\"aliasName\")\n .region(\"region\")\n\n // the properties below are optional\n .lookupRoleArn(\"lookupRoleArn\")\n .build();",
|
|
962
|
+
"version": "1"
|
|
963
|
+
},
|
|
964
|
+
"$": {
|
|
965
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst keyContextQuery: cloud_assembly_schema.KeyContextQuery = {\n account: 'account',\n aliasName: 'aliasName',\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n};",
|
|
966
|
+
"version": "0"
|
|
967
|
+
}
|
|
968
|
+
},
|
|
969
|
+
"location": {
|
|
970
|
+
"api": {
|
|
971
|
+
"api": "type",
|
|
972
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.KeyContextQuery"
|
|
973
|
+
},
|
|
974
|
+
"field": {
|
|
975
|
+
"field": "example"
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
"didCompile": true,
|
|
979
|
+
"fqnsReferenced": [
|
|
980
|
+
"@aws-cdk/cloud-assembly-schema.KeyContextQuery"
|
|
981
|
+
],
|
|
982
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst keyContextQuery: cloud_assembly_schema.KeyContextQuery = {\n account: 'account',\n aliasName: 'aliasName',\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
983
|
+
"syntaxKindCounter": {
|
|
984
|
+
"10": 5,
|
|
985
|
+
"75": 8,
|
|
986
|
+
"153": 1,
|
|
987
|
+
"169": 1,
|
|
988
|
+
"193": 1,
|
|
989
|
+
"225": 1,
|
|
990
|
+
"242": 1,
|
|
991
|
+
"243": 1,
|
|
992
|
+
"254": 1,
|
|
993
|
+
"255": 1,
|
|
994
|
+
"256": 1,
|
|
995
|
+
"281": 4,
|
|
996
|
+
"290": 1
|
|
997
|
+
},
|
|
998
|
+
"fqnsFingerprint": "e66abd6b3fcba7eb4b983b40a5dd0801edb3fdcce3d263a7adef61544c8974b8"
|
|
999
|
+
},
|
|
1000
|
+
"59ef1081c61ca9b39681e5f0964a0dbbc70bab95e1c9d05d7f3ae41815e3e184": {
|
|
1001
|
+
"translations": {
|
|
1002
|
+
"python": {
|
|
1003
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nload_balancer_context_query = cloud_assembly_schema.LoadBalancerContextQuery(\n account=\"account\",\n load_balancer_type=cloud_assembly_schema.LoadBalancerType.NETWORK,\n region=\"region\",\n\n # the properties below are optional\n load_balancer_arn=\"loadBalancerArn\",\n load_balancer_tags=[cloud_assembly_schema.Tag(\n key=\"key\",\n value=\"value\"\n )],\n lookup_role_arn=\"lookupRoleArn\"\n)",
|
|
1004
|
+
"version": "1"
|
|
1005
|
+
},
|
|
1006
|
+
"csharp": {
|
|
1007
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nLoadBalancerContextQuery loadBalancerContextQuery = new LoadBalancerContextQuery {\n Account = \"account\",\n LoadBalancerType = LoadBalancerType.NETWORK,\n Region = \"region\",\n\n // the properties below are optional\n LoadBalancerArn = \"loadBalancerArn\",\n LoadBalancerTags = new [] { new Tag {\n Key = \"key\",\n Value = \"value\"\n } },\n LookupRoleArn = \"lookupRoleArn\"\n};",
|
|
1008
|
+
"version": "1"
|
|
1009
|
+
},
|
|
1010
|
+
"java": {
|
|
1011
|
+
"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.cloudassembly.schema.*;\n\nLoadBalancerContextQuery loadBalancerContextQuery = LoadBalancerContextQuery.builder()\n .account(\"account\")\n .loadBalancerType(LoadBalancerType.NETWORK)\n .region(\"region\")\n\n // the properties below are optional\n .loadBalancerArn(\"loadBalancerArn\")\n .loadBalancerTags(List.of(Tag.builder()\n .key(\"key\")\n .value(\"value\")\n .build()))\n .lookupRoleArn(\"lookupRoleArn\")\n .build();",
|
|
1012
|
+
"version": "1"
|
|
1013
|
+
},
|
|
1014
|
+
"$": {
|
|
1015
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst loadBalancerContextQuery: cloud_assembly_schema.LoadBalancerContextQuery = {\n account: 'account',\n loadBalancerType: cloud_assembly_schema.LoadBalancerType.NETWORK,\n region: 'region',\n\n // the properties below are optional\n loadBalancerArn: 'loadBalancerArn',\n loadBalancerTags: [{\n key: 'key',\n value: 'value',\n }],\n lookupRoleArn: 'lookupRoleArn',\n};",
|
|
1016
|
+
"version": "0"
|
|
1017
|
+
}
|
|
1018
|
+
},
|
|
1019
|
+
"location": {
|
|
1020
|
+
"api": {
|
|
1021
|
+
"api": "type",
|
|
1022
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.LoadBalancerContextQuery"
|
|
1023
|
+
},
|
|
1024
|
+
"field": {
|
|
1025
|
+
"field": "example"
|
|
1026
|
+
}
|
|
1027
|
+
},
|
|
1028
|
+
"didCompile": true,
|
|
1029
|
+
"fqnsReferenced": [
|
|
1030
|
+
"@aws-cdk/cloud-assembly-schema.LoadBalancerContextQuery",
|
|
1031
|
+
"@aws-cdk/cloud-assembly-schema.LoadBalancerType",
|
|
1032
|
+
"@aws-cdk/cloud-assembly-schema.LoadBalancerType#NETWORK"
|
|
1033
|
+
],
|
|
1034
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst loadBalancerContextQuery: cloud_assembly_schema.LoadBalancerContextQuery = {\n account: 'account',\n loadBalancerType: cloud_assembly_schema.LoadBalancerType.NETWORK,\n region: 'region',\n\n // the properties below are optional\n loadBalancerArn: 'loadBalancerArn',\n loadBalancerTags: [{\n key: 'key',\n value: 'value',\n }],\n lookupRoleArn: 'lookupRoleArn',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
1035
|
+
"syntaxKindCounter": {
|
|
1036
|
+
"10": 7,
|
|
1037
|
+
"75": 15,
|
|
1038
|
+
"153": 1,
|
|
1039
|
+
"169": 1,
|
|
1040
|
+
"192": 1,
|
|
1041
|
+
"193": 2,
|
|
1042
|
+
"194": 2,
|
|
1043
|
+
"225": 1,
|
|
1044
|
+
"242": 1,
|
|
1045
|
+
"243": 1,
|
|
1046
|
+
"254": 1,
|
|
1047
|
+
"255": 1,
|
|
1048
|
+
"256": 1,
|
|
1049
|
+
"281": 8,
|
|
1050
|
+
"290": 1
|
|
1051
|
+
},
|
|
1052
|
+
"fqnsFingerprint": "a34d87d549fdbab08fe4ba3a903bad8570fc32b24566f4a3f26fdaaa10f86182"
|
|
1053
|
+
},
|
|
1054
|
+
"69f2a57cb679e0bfa493f7aa4551da3427358aafdf84e1add4b27d60419d2903": {
|
|
1055
|
+
"translations": {
|
|
1056
|
+
"python": {
|
|
1057
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nload_balancer_filter = cloud_assembly_schema.LoadBalancerFilter(\n load_balancer_type=cloud_assembly_schema.LoadBalancerType.NETWORK,\n\n # the properties below are optional\n load_balancer_arn=\"loadBalancerArn\",\n load_balancer_tags=[cloud_assembly_schema.Tag(\n key=\"key\",\n value=\"value\"\n )]\n)",
|
|
1058
|
+
"version": "1"
|
|
1059
|
+
},
|
|
1060
|
+
"csharp": {
|
|
1061
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nLoadBalancerFilter loadBalancerFilter = new LoadBalancerFilter {\n LoadBalancerType = LoadBalancerType.NETWORK,\n\n // the properties below are optional\n LoadBalancerArn = \"loadBalancerArn\",\n LoadBalancerTags = new [] { new Tag {\n Key = \"key\",\n Value = \"value\"\n } }\n};",
|
|
1062
|
+
"version": "1"
|
|
1063
|
+
},
|
|
1064
|
+
"java": {
|
|
1065
|
+
"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.cloudassembly.schema.*;\n\nLoadBalancerFilter loadBalancerFilter = LoadBalancerFilter.builder()\n .loadBalancerType(LoadBalancerType.NETWORK)\n\n // the properties below are optional\n .loadBalancerArn(\"loadBalancerArn\")\n .loadBalancerTags(List.of(Tag.builder()\n .key(\"key\")\n .value(\"value\")\n .build()))\n .build();",
|
|
1066
|
+
"version": "1"
|
|
1067
|
+
},
|
|
1068
|
+
"$": {
|
|
1069
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst loadBalancerFilter: cloud_assembly_schema.LoadBalancerFilter = {\n loadBalancerType: cloud_assembly_schema.LoadBalancerType.NETWORK,\n\n // the properties below are optional\n loadBalancerArn: 'loadBalancerArn',\n loadBalancerTags: [{\n key: 'key',\n value: 'value',\n }],\n};",
|
|
1070
|
+
"version": "0"
|
|
1071
|
+
}
|
|
1072
|
+
},
|
|
1073
|
+
"location": {
|
|
1074
|
+
"api": {
|
|
1075
|
+
"api": "type",
|
|
1076
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.LoadBalancerFilter"
|
|
1077
|
+
},
|
|
1078
|
+
"field": {
|
|
1079
|
+
"field": "example"
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1082
|
+
"didCompile": true,
|
|
1083
|
+
"fqnsReferenced": [
|
|
1084
|
+
"@aws-cdk/cloud-assembly-schema.LoadBalancerFilter",
|
|
1085
|
+
"@aws-cdk/cloud-assembly-schema.LoadBalancerType",
|
|
1086
|
+
"@aws-cdk/cloud-assembly-schema.LoadBalancerType#NETWORK"
|
|
1087
|
+
],
|
|
1088
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst loadBalancerFilter: cloud_assembly_schema.LoadBalancerFilter = {\n loadBalancerType: cloud_assembly_schema.LoadBalancerType.NETWORK,\n\n // the properties below are optional\n loadBalancerArn: 'loadBalancerArn',\n loadBalancerTags: [{\n key: 'key',\n value: 'value',\n }],\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
1089
|
+
"syntaxKindCounter": {
|
|
1090
|
+
"10": 4,
|
|
1091
|
+
"75": 12,
|
|
1092
|
+
"153": 1,
|
|
1093
|
+
"169": 1,
|
|
1094
|
+
"192": 1,
|
|
1095
|
+
"193": 2,
|
|
1096
|
+
"194": 2,
|
|
1097
|
+
"225": 1,
|
|
1098
|
+
"242": 1,
|
|
1099
|
+
"243": 1,
|
|
1100
|
+
"254": 1,
|
|
1101
|
+
"255": 1,
|
|
1102
|
+
"256": 1,
|
|
1103
|
+
"281": 5,
|
|
1104
|
+
"290": 1
|
|
1105
|
+
},
|
|
1106
|
+
"fqnsFingerprint": "64519315530c40e15c2264d1786b97fe82e7fdbe562e7959aeeb028afe4ca56b"
|
|
1107
|
+
},
|
|
1108
|
+
"03d916e3758798f8bf42257abfa363f4985bd1f2784575cf7dfb1a0b85a57ba6": {
|
|
1109
|
+
"translations": {
|
|
1110
|
+
"python": {
|
|
1111
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nload_balancer_listener_context_query = cloud_assembly_schema.LoadBalancerListenerContextQuery(\n account=\"account\",\n load_balancer_type=cloud_assembly_schema.LoadBalancerType.NETWORK,\n region=\"region\",\n\n # the properties below are optional\n listener_arn=\"listenerArn\",\n listener_port=123,\n listener_protocol=cloud_assembly_schema.LoadBalancerListenerProtocol.HTTP,\n load_balancer_arn=\"loadBalancerArn\",\n load_balancer_tags=[cloud_assembly_schema.Tag(\n key=\"key\",\n value=\"value\"\n )],\n lookup_role_arn=\"lookupRoleArn\"\n)",
|
|
1112
|
+
"version": "1"
|
|
1113
|
+
},
|
|
1114
|
+
"csharp": {
|
|
1115
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nLoadBalancerListenerContextQuery loadBalancerListenerContextQuery = new LoadBalancerListenerContextQuery {\n Account = \"account\",\n LoadBalancerType = LoadBalancerType.NETWORK,\n Region = \"region\",\n\n // the properties below are optional\n ListenerArn = \"listenerArn\",\n ListenerPort = 123,\n ListenerProtocol = LoadBalancerListenerProtocol.HTTP,\n LoadBalancerArn = \"loadBalancerArn\",\n LoadBalancerTags = new [] { new Tag {\n Key = \"key\",\n Value = \"value\"\n } },\n LookupRoleArn = \"lookupRoleArn\"\n};",
|
|
1116
|
+
"version": "1"
|
|
1117
|
+
},
|
|
1118
|
+
"java": {
|
|
1119
|
+
"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.cloudassembly.schema.*;\n\nLoadBalancerListenerContextQuery loadBalancerListenerContextQuery = LoadBalancerListenerContextQuery.builder()\n .account(\"account\")\n .loadBalancerType(LoadBalancerType.NETWORK)\n .region(\"region\")\n\n // the properties below are optional\n .listenerArn(\"listenerArn\")\n .listenerPort(123)\n .listenerProtocol(LoadBalancerListenerProtocol.HTTP)\n .loadBalancerArn(\"loadBalancerArn\")\n .loadBalancerTags(List.of(Tag.builder()\n .key(\"key\")\n .value(\"value\")\n .build()))\n .lookupRoleArn(\"lookupRoleArn\")\n .build();",
|
|
1120
|
+
"version": "1"
|
|
1121
|
+
},
|
|
1122
|
+
"$": {
|
|
1123
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst loadBalancerListenerContextQuery: cloud_assembly_schema.LoadBalancerListenerContextQuery = {\n account: 'account',\n loadBalancerType: cloud_assembly_schema.LoadBalancerType.NETWORK,\n region: 'region',\n\n // the properties below are optional\n listenerArn: 'listenerArn',\n listenerPort: 123,\n listenerProtocol: cloud_assembly_schema.LoadBalancerListenerProtocol.HTTP,\n loadBalancerArn: 'loadBalancerArn',\n loadBalancerTags: [{\n key: 'key',\n value: 'value',\n }],\n lookupRoleArn: 'lookupRoleArn',\n};",
|
|
1124
|
+
"version": "0"
|
|
1125
|
+
}
|
|
1126
|
+
},
|
|
1127
|
+
"location": {
|
|
1128
|
+
"api": {
|
|
1129
|
+
"api": "type",
|
|
1130
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.LoadBalancerListenerContextQuery"
|
|
1131
|
+
},
|
|
1132
|
+
"field": {
|
|
1133
|
+
"field": "example"
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
"didCompile": true,
|
|
1137
|
+
"fqnsReferenced": [
|
|
1138
|
+
"@aws-cdk/cloud-assembly-schema.LoadBalancerListenerContextQuery",
|
|
1139
|
+
"@aws-cdk/cloud-assembly-schema.LoadBalancerListenerProtocol",
|
|
1140
|
+
"@aws-cdk/cloud-assembly-schema.LoadBalancerListenerProtocol#HTTP",
|
|
1141
|
+
"@aws-cdk/cloud-assembly-schema.LoadBalancerType",
|
|
1142
|
+
"@aws-cdk/cloud-assembly-schema.LoadBalancerType#NETWORK"
|
|
1143
|
+
],
|
|
1144
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst loadBalancerListenerContextQuery: cloud_assembly_schema.LoadBalancerListenerContextQuery = {\n account: 'account',\n loadBalancerType: cloud_assembly_schema.LoadBalancerType.NETWORK,\n region: 'region',\n\n // the properties below are optional\n listenerArn: 'listenerArn',\n listenerPort: 123,\n listenerProtocol: cloud_assembly_schema.LoadBalancerListenerProtocol.HTTP,\n loadBalancerArn: 'loadBalancerArn',\n loadBalancerTags: [{\n key: 'key',\n value: 'value',\n }],\n lookupRoleArn: 'lookupRoleArn',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
1145
|
+
"syntaxKindCounter": {
|
|
1146
|
+
"8": 1,
|
|
1147
|
+
"10": 8,
|
|
1148
|
+
"75": 21,
|
|
1149
|
+
"153": 1,
|
|
1150
|
+
"169": 1,
|
|
1151
|
+
"192": 1,
|
|
1152
|
+
"193": 2,
|
|
1153
|
+
"194": 4,
|
|
1154
|
+
"225": 1,
|
|
1155
|
+
"242": 1,
|
|
1156
|
+
"243": 1,
|
|
1157
|
+
"254": 1,
|
|
1158
|
+
"255": 1,
|
|
1159
|
+
"256": 1,
|
|
1160
|
+
"281": 11,
|
|
1161
|
+
"290": 1
|
|
1162
|
+
},
|
|
1163
|
+
"fqnsFingerprint": "9cb9d8882c5dab0b12d85cd63f3d7b6bab62292852a7314a09525a38c7b10b2a"
|
|
1164
|
+
},
|
|
1165
|
+
"683ace5fa7ce5c56c2624e49044b3eda895f847d46ea383efbe839b2632a2dc1": {
|
|
1166
|
+
"translations": {
|
|
1167
|
+
"python": {
|
|
1168
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nmetadata_entry = cloud_assembly_schema.MetadataEntry(\n type=\"type\",\n\n # the properties below are optional\n data=\"data\",\n trace=[\"trace\"]\n)",
|
|
1169
|
+
"version": "1"
|
|
1170
|
+
},
|
|
1171
|
+
"csharp": {
|
|
1172
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nMetadataEntry metadataEntry = new MetadataEntry {\n Type = \"type\",\n\n // the properties below are optional\n Data = \"data\",\n Trace = new [] { \"trace\" }\n};",
|
|
1173
|
+
"version": "1"
|
|
1174
|
+
},
|
|
1175
|
+
"java": {
|
|
1176
|
+
"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.cloudassembly.schema.*;\n\nMetadataEntry metadataEntry = MetadataEntry.builder()\n .type(\"type\")\n\n // the properties below are optional\n .data(\"data\")\n .trace(List.of(\"trace\"))\n .build();",
|
|
1177
|
+
"version": "1"
|
|
1178
|
+
},
|
|
1179
|
+
"$": {
|
|
1180
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst metadataEntry: cloud_assembly_schema.MetadataEntry = {\n type: 'type',\n\n // the properties below are optional\n data: 'data',\n trace: ['trace'],\n};",
|
|
1181
|
+
"version": "0"
|
|
1182
|
+
}
|
|
1183
|
+
},
|
|
1184
|
+
"location": {
|
|
1185
|
+
"api": {
|
|
1186
|
+
"api": "type",
|
|
1187
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.MetadataEntry"
|
|
1188
|
+
},
|
|
1189
|
+
"field": {
|
|
1190
|
+
"field": "example"
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
"didCompile": true,
|
|
1194
|
+
"fqnsReferenced": [
|
|
1195
|
+
"@aws-cdk/cloud-assembly-schema.MetadataEntry"
|
|
1196
|
+
],
|
|
1197
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst metadataEntry: cloud_assembly_schema.MetadataEntry = {\n type: 'type',\n\n // the properties below are optional\n data: 'data',\n trace: ['trace'],\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
1198
|
+
"syntaxKindCounter": {
|
|
1199
|
+
"10": 4,
|
|
1200
|
+
"75": 7,
|
|
1201
|
+
"153": 1,
|
|
1202
|
+
"169": 1,
|
|
1203
|
+
"192": 1,
|
|
1204
|
+
"193": 1,
|
|
1205
|
+
"225": 1,
|
|
1206
|
+
"242": 1,
|
|
1207
|
+
"243": 1,
|
|
1208
|
+
"254": 1,
|
|
1209
|
+
"255": 1,
|
|
1210
|
+
"256": 1,
|
|
1211
|
+
"281": 3,
|
|
1212
|
+
"290": 1
|
|
1213
|
+
},
|
|
1214
|
+
"fqnsFingerprint": "dbe048acdf589a721f508f796105180ab0d63a61f7d94a508a71c78b9916f172"
|
|
1215
|
+
},
|
|
1216
|
+
"d45096ab2fa854fa21866ba05726b072043c135cd833a8a74c547f2dd6848774": {
|
|
1217
|
+
"translations": {
|
|
1218
|
+
"python": {
|
|
1219
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nmissing_context = cloud_assembly_schema.MissingContext(\n key=\"key\",\n props=cloud_assembly_schema.AmiContextQuery(\n account=\"account\",\n filters={\n \"filters_key\": [\"filters\"]\n },\n region=\"region\",\n\n # the properties below are optional\n lookup_role_arn=\"lookupRoleArn\",\n owners=[\"owners\"]\n ),\n provider=cloud_assembly_schema.ContextProvider.AMI_PROVIDER\n)",
|
|
1220
|
+
"version": "1"
|
|
1221
|
+
},
|
|
1222
|
+
"csharp": {
|
|
1223
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nMissingContext missingContext = new MissingContext {\n Key = \"key\",\n Props = new AmiContextQuery {\n Account = \"account\",\n Filters = new Dictionary<string, string[]> {\n { \"filtersKey\", new [] { \"filters\" } }\n },\n Region = \"region\",\n\n // the properties below are optional\n LookupRoleArn = \"lookupRoleArn\",\n Owners = new [] { \"owners\" }\n },\n Provider = ContextProvider.AMI_PROVIDER\n};",
|
|
1224
|
+
"version": "1"
|
|
1225
|
+
},
|
|
1226
|
+
"java": {
|
|
1227
|
+
"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.cloudassembly.schema.*;\n\nMissingContext missingContext = MissingContext.builder()\n .key(\"key\")\n .props(AmiContextQuery.builder()\n .account(\"account\")\n .filters(Map.of(\n \"filtersKey\", List.of(\"filters\")))\n .region(\"region\")\n\n // the properties below are optional\n .lookupRoleArn(\"lookupRoleArn\")\n .owners(List.of(\"owners\"))\n .build())\n .provider(ContextProvider.AMI_PROVIDER)\n .build();",
|
|
1228
|
+
"version": "1"
|
|
1229
|
+
},
|
|
1230
|
+
"$": {
|
|
1231
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst missingContext: cloud_assembly_schema.MissingContext = {\n key: 'key',\n props: {\n account: 'account',\n filters: {\n filtersKey: ['filters'],\n },\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n owners: ['owners'],\n },\n provider: cloud_assembly_schema.ContextProvider.AMI_PROVIDER,\n};",
|
|
1232
|
+
"version": "0"
|
|
1233
|
+
}
|
|
1234
|
+
},
|
|
1235
|
+
"location": {
|
|
1236
|
+
"api": {
|
|
1237
|
+
"api": "type",
|
|
1238
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.MissingContext"
|
|
1239
|
+
},
|
|
1240
|
+
"field": {
|
|
1241
|
+
"field": "example"
|
|
1242
|
+
}
|
|
1243
|
+
},
|
|
1244
|
+
"didCompile": true,
|
|
1245
|
+
"fqnsReferenced": [
|
|
1246
|
+
"@aws-cdk/cloud-assembly-schema.ContextProvider",
|
|
1247
|
+
"@aws-cdk/cloud-assembly-schema.ContextProvider#AMI_PROVIDER",
|
|
1248
|
+
"@aws-cdk/cloud-assembly-schema.MissingContext"
|
|
1249
|
+
],
|
|
1250
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst missingContext: cloud_assembly_schema.MissingContext = {\n key: 'key',\n props: {\n account: 'account',\n filters: {\n filtersKey: ['filters'],\n },\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n owners: ['owners'],\n },\n provider: cloud_assembly_schema.ContextProvider.AMI_PROVIDER,\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
1251
|
+
"syntaxKindCounter": {
|
|
1252
|
+
"10": 7,
|
|
1253
|
+
"75": 16,
|
|
1254
|
+
"153": 1,
|
|
1255
|
+
"169": 1,
|
|
1256
|
+
"192": 2,
|
|
1257
|
+
"193": 3,
|
|
1258
|
+
"194": 2,
|
|
1259
|
+
"225": 1,
|
|
1260
|
+
"242": 1,
|
|
1261
|
+
"243": 1,
|
|
1262
|
+
"254": 1,
|
|
1263
|
+
"255": 1,
|
|
1264
|
+
"256": 1,
|
|
1265
|
+
"281": 9,
|
|
1266
|
+
"290": 1
|
|
1267
|
+
},
|
|
1268
|
+
"fqnsFingerprint": "48741630c2c3bb8cf8d25f801db61a87c226067a444c30a5150bc40f0e45b965"
|
|
1269
|
+
},
|
|
1270
|
+
"c072d6aeb3761e717f260e268e9489c671d49c5238a894644e585339cd2cdb51": {
|
|
1271
|
+
"translations": {
|
|
1272
|
+
"python": {
|
|
1273
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nnested_cloud_assembly_properties = cloud_assembly_schema.NestedCloudAssemblyProperties(\n directory_name=\"directoryName\",\n\n # the properties below are optional\n display_name=\"displayName\"\n)",
|
|
1274
|
+
"version": "1"
|
|
1275
|
+
},
|
|
1276
|
+
"csharp": {
|
|
1277
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nNestedCloudAssemblyProperties nestedCloudAssemblyProperties = new NestedCloudAssemblyProperties {\n DirectoryName = \"directoryName\",\n\n // the properties below are optional\n DisplayName = \"displayName\"\n};",
|
|
1278
|
+
"version": "1"
|
|
1279
|
+
},
|
|
1280
|
+
"java": {
|
|
1281
|
+
"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.cloudassembly.schema.*;\n\nNestedCloudAssemblyProperties nestedCloudAssemblyProperties = NestedCloudAssemblyProperties.builder()\n .directoryName(\"directoryName\")\n\n // the properties below are optional\n .displayName(\"displayName\")\n .build();",
|
|
1282
|
+
"version": "1"
|
|
1283
|
+
},
|
|
1284
|
+
"$": {
|
|
1285
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst nestedCloudAssemblyProperties: cloud_assembly_schema.NestedCloudAssemblyProperties = {\n directoryName: 'directoryName',\n\n // the properties below are optional\n displayName: 'displayName',\n};",
|
|
1286
|
+
"version": "0"
|
|
1287
|
+
}
|
|
1288
|
+
},
|
|
1289
|
+
"location": {
|
|
1290
|
+
"api": {
|
|
1291
|
+
"api": "type",
|
|
1292
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.NestedCloudAssemblyProperties"
|
|
1293
|
+
},
|
|
1294
|
+
"field": {
|
|
1295
|
+
"field": "example"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
"didCompile": true,
|
|
1299
|
+
"fqnsReferenced": [
|
|
1300
|
+
"@aws-cdk/cloud-assembly-schema.NestedCloudAssemblyProperties"
|
|
1301
|
+
],
|
|
1302
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst nestedCloudAssemblyProperties: cloud_assembly_schema.NestedCloudAssemblyProperties = {\n directoryName: 'directoryName',\n\n // the properties below are optional\n displayName: 'displayName',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
1303
|
+
"syntaxKindCounter": {
|
|
1304
|
+
"10": 3,
|
|
1305
|
+
"75": 6,
|
|
1306
|
+
"153": 1,
|
|
1307
|
+
"169": 1,
|
|
1308
|
+
"193": 1,
|
|
1309
|
+
"225": 1,
|
|
1310
|
+
"242": 1,
|
|
1311
|
+
"243": 1,
|
|
1312
|
+
"254": 1,
|
|
1313
|
+
"255": 1,
|
|
1314
|
+
"256": 1,
|
|
1315
|
+
"281": 2,
|
|
1316
|
+
"290": 1
|
|
1317
|
+
},
|
|
1318
|
+
"fqnsFingerprint": "a2173c283cb64060479843c115c8c666eb95500aea80726108661b7eab1c919d"
|
|
1319
|
+
},
|
|
1320
|
+
"e327fc98591a1ca4bf6867147aeb8b7a1d27221cb2c89501caa802b5a19cd818": {
|
|
1321
|
+
"translations": {
|
|
1322
|
+
"python": {
|
|
1323
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nruntime_info = cloud_assembly_schema.RuntimeInfo(\n libraries={\n \"libraries_key\": \"libraries\"\n }\n)",
|
|
1324
|
+
"version": "1"
|
|
1325
|
+
},
|
|
1326
|
+
"csharp": {
|
|
1327
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nRuntimeInfo runtimeInfo = new RuntimeInfo {\n Libraries = new Dictionary<string, string> {\n { \"librariesKey\", \"libraries\" }\n }\n};",
|
|
1328
|
+
"version": "1"
|
|
1329
|
+
},
|
|
1330
|
+
"java": {
|
|
1331
|
+
"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.cloudassembly.schema.*;\n\nRuntimeInfo runtimeInfo = RuntimeInfo.builder()\n .libraries(Map.of(\n \"librariesKey\", \"libraries\"))\n .build();",
|
|
1332
|
+
"version": "1"
|
|
1333
|
+
},
|
|
1334
|
+
"$": {
|
|
1335
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst runtimeInfo: cloud_assembly_schema.RuntimeInfo = {\n libraries: {\n librariesKey: 'libraries',\n },\n};",
|
|
1336
|
+
"version": "0"
|
|
1337
|
+
}
|
|
1338
|
+
},
|
|
1339
|
+
"location": {
|
|
1340
|
+
"api": {
|
|
1341
|
+
"api": "type",
|
|
1342
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.RuntimeInfo"
|
|
1343
|
+
},
|
|
1344
|
+
"field": {
|
|
1345
|
+
"field": "example"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
"didCompile": true,
|
|
1349
|
+
"fqnsReferenced": [
|
|
1350
|
+
"@aws-cdk/cloud-assembly-schema.RuntimeInfo"
|
|
1351
|
+
],
|
|
1352
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst runtimeInfo: cloud_assembly_schema.RuntimeInfo = {\n libraries: {\n librariesKey: 'libraries',\n },\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
1353
|
+
"syntaxKindCounter": {
|
|
1354
|
+
"10": 2,
|
|
1355
|
+
"75": 6,
|
|
1356
|
+
"153": 1,
|
|
1357
|
+
"169": 1,
|
|
1358
|
+
"193": 2,
|
|
1359
|
+
"225": 1,
|
|
1360
|
+
"242": 1,
|
|
1361
|
+
"243": 1,
|
|
1362
|
+
"254": 1,
|
|
1363
|
+
"255": 1,
|
|
1364
|
+
"256": 1,
|
|
1365
|
+
"281": 2,
|
|
1366
|
+
"290": 1
|
|
1367
|
+
},
|
|
1368
|
+
"fqnsFingerprint": "985f3febcb1232154cb5edd149e957e616314708ec9048458cb53dcc80405fa9"
|
|
1369
|
+
},
|
|
1370
|
+
"fd6534cef6e0598e9124e527c892d627d899d617f4863209af9b0cef1eb78a66": {
|
|
1371
|
+
"translations": {
|
|
1372
|
+
"python": {
|
|
1373
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\ns_sMParameter_context_query = cloud_assembly_schema.SSMParameterContextQuery(\n account=\"account\",\n parameter_name=\"parameterName\",\n region=\"region\",\n\n # the properties below are optional\n lookup_role_arn=\"lookupRoleArn\"\n)",
|
|
1374
|
+
"version": "1"
|
|
1375
|
+
},
|
|
1376
|
+
"csharp": {
|
|
1377
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nSSMParameterContextQuery sSMParameterContextQuery = new SSMParameterContextQuery {\n Account = \"account\",\n ParameterName = \"parameterName\",\n Region = \"region\",\n\n // the properties below are optional\n LookupRoleArn = \"lookupRoleArn\"\n};",
|
|
1378
|
+
"version": "1"
|
|
1379
|
+
},
|
|
1380
|
+
"java": {
|
|
1381
|
+
"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.cloudassembly.schema.*;\n\nSSMParameterContextQuery sSMParameterContextQuery = SSMParameterContextQuery.builder()\n .account(\"account\")\n .parameterName(\"parameterName\")\n .region(\"region\")\n\n // the properties below are optional\n .lookupRoleArn(\"lookupRoleArn\")\n .build();",
|
|
1382
|
+
"version": "1"
|
|
1383
|
+
},
|
|
1384
|
+
"$": {
|
|
1385
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst sSMParameterContextQuery: cloud_assembly_schema.SSMParameterContextQuery = {\n account: 'account',\n parameterName: 'parameterName',\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n};",
|
|
1386
|
+
"version": "0"
|
|
1387
|
+
}
|
|
1388
|
+
},
|
|
1389
|
+
"location": {
|
|
1390
|
+
"api": {
|
|
1391
|
+
"api": "type",
|
|
1392
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.SSMParameterContextQuery"
|
|
1393
|
+
},
|
|
1394
|
+
"field": {
|
|
1395
|
+
"field": "example"
|
|
1396
|
+
}
|
|
1397
|
+
},
|
|
1398
|
+
"didCompile": true,
|
|
1399
|
+
"fqnsReferenced": [
|
|
1400
|
+
"@aws-cdk/cloud-assembly-schema.SSMParameterContextQuery"
|
|
1401
|
+
],
|
|
1402
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst sSMParameterContextQuery: cloud_assembly_schema.SSMParameterContextQuery = {\n account: 'account',\n parameterName: 'parameterName',\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
1403
|
+
"syntaxKindCounter": {
|
|
1404
|
+
"10": 5,
|
|
1405
|
+
"75": 8,
|
|
1406
|
+
"153": 1,
|
|
1407
|
+
"169": 1,
|
|
1408
|
+
"193": 1,
|
|
1409
|
+
"225": 1,
|
|
1410
|
+
"242": 1,
|
|
1411
|
+
"243": 1,
|
|
1412
|
+
"254": 1,
|
|
1413
|
+
"255": 1,
|
|
1414
|
+
"256": 1,
|
|
1415
|
+
"281": 4,
|
|
1416
|
+
"290": 1
|
|
1417
|
+
},
|
|
1418
|
+
"fqnsFingerprint": "940f63440c0266b6ba6d3c4117cb216e44096ccbbbe37dd4498e89461b610eb0"
|
|
1419
|
+
},
|
|
1420
|
+
"40fe9fddd0561251314fe6866abcd17f161ffb378b7f27edc5a36a80eaa7c41b": {
|
|
1421
|
+
"translations": {
|
|
1422
|
+
"python": {
|
|
1423
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nsecurity_group_context_query = cloud_assembly_schema.SecurityGroupContextQuery(\n account=\"account\",\n region=\"region\",\n\n # the properties below are optional\n lookup_role_arn=\"lookupRoleArn\",\n security_group_id=\"securityGroupId\",\n security_group_name=\"securityGroupName\",\n vpc_id=\"vpcId\"\n)",
|
|
1424
|
+
"version": "1"
|
|
1425
|
+
},
|
|
1426
|
+
"csharp": {
|
|
1427
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nSecurityGroupContextQuery securityGroupContextQuery = new SecurityGroupContextQuery {\n Account = \"account\",\n Region = \"region\",\n\n // the properties below are optional\n LookupRoleArn = \"lookupRoleArn\",\n SecurityGroupId = \"securityGroupId\",\n SecurityGroupName = \"securityGroupName\",\n VpcId = \"vpcId\"\n};",
|
|
1428
|
+
"version": "1"
|
|
1429
|
+
},
|
|
1430
|
+
"java": {
|
|
1431
|
+
"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.cloudassembly.schema.*;\n\nSecurityGroupContextQuery securityGroupContextQuery = SecurityGroupContextQuery.builder()\n .account(\"account\")\n .region(\"region\")\n\n // the properties below are optional\n .lookupRoleArn(\"lookupRoleArn\")\n .securityGroupId(\"securityGroupId\")\n .securityGroupName(\"securityGroupName\")\n .vpcId(\"vpcId\")\n .build();",
|
|
1432
|
+
"version": "1"
|
|
1433
|
+
},
|
|
1434
|
+
"$": {
|
|
1435
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst securityGroupContextQuery: cloud_assembly_schema.SecurityGroupContextQuery = {\n account: 'account',\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n securityGroupId: 'securityGroupId',\n securityGroupName: 'securityGroupName',\n vpcId: 'vpcId',\n};",
|
|
1436
|
+
"version": "0"
|
|
1437
|
+
}
|
|
1438
|
+
},
|
|
1439
|
+
"location": {
|
|
1440
|
+
"api": {
|
|
1441
|
+
"api": "type",
|
|
1442
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.SecurityGroupContextQuery"
|
|
1443
|
+
},
|
|
1444
|
+
"field": {
|
|
1445
|
+
"field": "example"
|
|
1446
|
+
}
|
|
1447
|
+
},
|
|
1448
|
+
"didCompile": true,
|
|
1449
|
+
"fqnsReferenced": [
|
|
1450
|
+
"@aws-cdk/cloud-assembly-schema.SecurityGroupContextQuery"
|
|
1451
|
+
],
|
|
1452
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst securityGroupContextQuery: cloud_assembly_schema.SecurityGroupContextQuery = {\n account: 'account',\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n securityGroupId: 'securityGroupId',\n securityGroupName: 'securityGroupName',\n vpcId: 'vpcId',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
1453
|
+
"syntaxKindCounter": {
|
|
1454
|
+
"10": 7,
|
|
1455
|
+
"75": 10,
|
|
1456
|
+
"153": 1,
|
|
1457
|
+
"169": 1,
|
|
1458
|
+
"193": 1,
|
|
1459
|
+
"225": 1,
|
|
1460
|
+
"242": 1,
|
|
1461
|
+
"243": 1,
|
|
1462
|
+
"254": 1,
|
|
1463
|
+
"255": 1,
|
|
1464
|
+
"256": 1,
|
|
1465
|
+
"281": 6,
|
|
1466
|
+
"290": 1
|
|
1467
|
+
},
|
|
1468
|
+
"fqnsFingerprint": "af27db57a50ba9f7947edc64d59ed22a27250058e4ce4333f04dcc27418a08b7"
|
|
1469
|
+
},
|
|
1470
|
+
"1ec5eb5814f13fc7ef35cfefa32194b3268d3941c6a99f53b41019c23b225a40": {
|
|
1471
|
+
"translations": {
|
|
1472
|
+
"python": {
|
|
1473
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\ntag = cloud_assembly_schema.Tag(\n key=\"key\",\n value=\"value\"\n)",
|
|
1474
|
+
"version": "1"
|
|
1475
|
+
},
|
|
1476
|
+
"csharp": {
|
|
1477
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nTag tag = new Tag {\n Key = \"key\",\n Value = \"value\"\n};",
|
|
1478
|
+
"version": "1"
|
|
1479
|
+
},
|
|
1480
|
+
"java": {
|
|
1481
|
+
"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.cloudassembly.schema.*;\n\nTag tag = Tag.builder()\n .key(\"key\")\n .value(\"value\")\n .build();",
|
|
1482
|
+
"version": "1"
|
|
1483
|
+
},
|
|
1484
|
+
"$": {
|
|
1485
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst tag: cloud_assembly_schema.Tag = {\n key: 'key',\n value: 'value',\n};",
|
|
1486
|
+
"version": "0"
|
|
1487
|
+
}
|
|
1488
|
+
},
|
|
1489
|
+
"location": {
|
|
1490
|
+
"api": {
|
|
1491
|
+
"api": "type",
|
|
1492
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.Tag"
|
|
1493
|
+
},
|
|
1494
|
+
"field": {
|
|
1495
|
+
"field": "example"
|
|
1496
|
+
}
|
|
1497
|
+
},
|
|
1498
|
+
"didCompile": true,
|
|
1499
|
+
"fqnsReferenced": [
|
|
1500
|
+
"@aws-cdk/cloud-assembly-schema.Tag"
|
|
1501
|
+
],
|
|
1502
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst tag: cloud_assembly_schema.Tag = {\n key: 'key',\n value: 'value',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
1503
|
+
"syntaxKindCounter": {
|
|
1504
|
+
"10": 3,
|
|
1505
|
+
"75": 6,
|
|
1506
|
+
"153": 1,
|
|
1507
|
+
"169": 1,
|
|
1508
|
+
"193": 1,
|
|
1509
|
+
"225": 1,
|
|
1510
|
+
"242": 1,
|
|
1511
|
+
"243": 1,
|
|
1512
|
+
"254": 1,
|
|
1513
|
+
"255": 1,
|
|
1514
|
+
"256": 1,
|
|
1515
|
+
"281": 2,
|
|
1516
|
+
"290": 1
|
|
1517
|
+
},
|
|
1518
|
+
"fqnsFingerprint": "00a9c22e7f063f4897295481ff2ff2240c6dd977d4c3724da8d90f976831fe5d"
|
|
1519
|
+
},
|
|
1520
|
+
"ea1bc4f88d5cfeea825e5d51c026f05a15345d5c410859f91aae9efe2897813a": {
|
|
1521
|
+
"translations": {
|
|
1522
|
+
"python": {
|
|
1523
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\ntree_artifact_properties = cloud_assembly_schema.TreeArtifactProperties(\n file=\"file\"\n)",
|
|
1524
|
+
"version": "1"
|
|
1525
|
+
},
|
|
1526
|
+
"csharp": {
|
|
1527
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nTreeArtifactProperties treeArtifactProperties = new TreeArtifactProperties {\n File = \"file\"\n};",
|
|
1528
|
+
"version": "1"
|
|
1529
|
+
},
|
|
1530
|
+
"java": {
|
|
1531
|
+
"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.cloudassembly.schema.*;\n\nTreeArtifactProperties treeArtifactProperties = TreeArtifactProperties.builder()\n .file(\"file\")\n .build();",
|
|
1532
|
+
"version": "1"
|
|
1533
|
+
},
|
|
1534
|
+
"$": {
|
|
1535
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst treeArtifactProperties: cloud_assembly_schema.TreeArtifactProperties = {\n file: 'file',\n};",
|
|
1536
|
+
"version": "0"
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1539
|
+
"location": {
|
|
1540
|
+
"api": {
|
|
1541
|
+
"api": "type",
|
|
1542
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.TreeArtifactProperties"
|
|
1543
|
+
},
|
|
1544
|
+
"field": {
|
|
1545
|
+
"field": "example"
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
"didCompile": true,
|
|
1549
|
+
"fqnsReferenced": [
|
|
1550
|
+
"@aws-cdk/cloud-assembly-schema.TreeArtifactProperties"
|
|
1551
|
+
],
|
|
1552
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst treeArtifactProperties: cloud_assembly_schema.TreeArtifactProperties = {\n file: 'file',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
1553
|
+
"syntaxKindCounter": {
|
|
1554
|
+
"10": 2,
|
|
1555
|
+
"75": 5,
|
|
1556
|
+
"153": 1,
|
|
1557
|
+
"169": 1,
|
|
1558
|
+
"193": 1,
|
|
1559
|
+
"225": 1,
|
|
1560
|
+
"242": 1,
|
|
1561
|
+
"243": 1,
|
|
1562
|
+
"254": 1,
|
|
1563
|
+
"255": 1,
|
|
1564
|
+
"256": 1,
|
|
1565
|
+
"281": 1,
|
|
1566
|
+
"290": 1
|
|
1567
|
+
},
|
|
1568
|
+
"fqnsFingerprint": "34f0e006983c0afed369cbecc26b0a886c83e7049ac8d3e95f3d267b58d07907"
|
|
1569
|
+
},
|
|
1570
|
+
"c40e522110288b0bb2989ae9cced4bfea45ca698dda9eae575cdb1f9a78e8abc": {
|
|
1571
|
+
"translations": {
|
|
1572
|
+
"python": {
|
|
1573
|
+
"source": "# The code below shows an example of how to instantiate this type.\n# The values are placeholders you should change.\nimport aws_cdk.cloud_assembly_schema as cloud_assembly_schema\n\nvpc_context_query = cloud_assembly_schema.VpcContextQuery(\n account=\"account\",\n filter={\n \"filter_key\": \"filter\"\n },\n region=\"region\",\n\n # the properties below are optional\n lookup_role_arn=\"lookupRoleArn\",\n return_asymmetric_subnets=False,\n subnet_group_name_tag=\"subnetGroupNameTag\"\n)",
|
|
1574
|
+
"version": "1"
|
|
1575
|
+
},
|
|
1576
|
+
"csharp": {
|
|
1577
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nusing Amazon.CDK.CloudAssembly.Schema;\n\nVpcContextQuery vpcContextQuery = new VpcContextQuery {\n Account = \"account\",\n Filter = new Dictionary<string, string> {\n { \"filterKey\", \"filter\" }\n },\n Region = \"region\",\n\n // the properties below are optional\n LookupRoleArn = \"lookupRoleArn\",\n ReturnAsymmetricSubnets = false,\n SubnetGroupNameTag = \"subnetGroupNameTag\"\n};",
|
|
1578
|
+
"version": "1"
|
|
1579
|
+
},
|
|
1580
|
+
"java": {
|
|
1581
|
+
"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.cloudassembly.schema.*;\n\nVpcContextQuery vpcContextQuery = VpcContextQuery.builder()\n .account(\"account\")\n .filter(Map.of(\n \"filterKey\", \"filter\"))\n .region(\"region\")\n\n // the properties below are optional\n .lookupRoleArn(\"lookupRoleArn\")\n .returnAsymmetricSubnets(false)\n .subnetGroupNameTag(\"subnetGroupNameTag\")\n .build();",
|
|
1582
|
+
"version": "1"
|
|
1583
|
+
},
|
|
1584
|
+
"$": {
|
|
1585
|
+
"source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\nconst vpcContextQuery: cloud_assembly_schema.VpcContextQuery = {\n account: 'account',\n filter: {\n filterKey: 'filter',\n },\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n returnAsymmetricSubnets: false,\n subnetGroupNameTag: 'subnetGroupNameTag',\n};",
|
|
1586
|
+
"version": "0"
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1589
|
+
"location": {
|
|
1590
|
+
"api": {
|
|
1591
|
+
"api": "type",
|
|
1592
|
+
"fqn": "@aws-cdk/cloud-assembly-schema.VpcContextQuery"
|
|
1593
|
+
},
|
|
1594
|
+
"field": {
|
|
1595
|
+
"field": "example"
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1598
|
+
"didCompile": true,
|
|
1599
|
+
"fqnsReferenced": [
|
|
1600
|
+
"@aws-cdk/cloud-assembly-schema.VpcContextQuery"
|
|
1601
|
+
],
|
|
1602
|
+
"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 cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';\n/// !hide\n// Hoisted imports ended before !hide marker above\nimport { Construct } from \"constructs\";\nclass MyConstruct extends Construct {\nconstructor(scope: Construct, id: string) {\nsuper(scope, id);\n// Code snippet begins after !show marker below\n/// !show\n\nconst vpcContextQuery: cloud_assembly_schema.VpcContextQuery = {\n account: 'account',\n filter: {\n filterKey: 'filter',\n },\n region: 'region',\n\n // the properties below are optional\n lookupRoleArn: 'lookupRoleArn',\n returnAsymmetricSubnets: false,\n subnetGroupNameTag: 'subnetGroupNameTag',\n};\n/// !hide\n// Code snippet ended before !hide marker above\n} }",
|
|
1603
|
+
"syntaxKindCounter": {
|
|
1604
|
+
"10": 6,
|
|
1605
|
+
"75": 11,
|
|
1606
|
+
"91": 1,
|
|
1607
|
+
"153": 1,
|
|
1608
|
+
"169": 1,
|
|
1609
|
+
"193": 2,
|
|
1610
|
+
"225": 1,
|
|
1611
|
+
"242": 1,
|
|
1612
|
+
"243": 1,
|
|
1613
|
+
"254": 1,
|
|
1614
|
+
"255": 1,
|
|
1615
|
+
"256": 1,
|
|
1616
|
+
"281": 7,
|
|
1617
|
+
"290": 1
|
|
1618
|
+
},
|
|
1619
|
+
"fqnsFingerprint": "7ac33f73110dbbf20e0bd19557c0be50d17d3f76e3dfd662f687974c60170110"
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
}
|