@aws-cdk/cloud-assembly-schema 2.7.0 → 2.8.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 +2 -2
- package/.jsii.tabl.json +33 -33
- package/.warnings.jsii.js +3 -3
- package/lib/manifest.js +1 -1
- package/package.json +4 -4
package/.jsii
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"stability": "stable"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
19
|
-
"jsiiVersion": "1.
|
|
19
|
+
"jsiiVersion": "1.52.1 (build 5ccc8f6)",
|
|
20
20
|
"keywords": [
|
|
21
21
|
"aws",
|
|
22
22
|
"cdk"
|
|
@@ -3745,6 +3745,6 @@
|
|
|
3745
3745
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
3746
3746
|
}
|
|
3747
3747
|
},
|
|
3748
|
-
"version": "2.
|
|
3748
|
+
"version": "2.8.0",
|
|
3749
3749
|
"fingerprint": "**********"
|
|
3750
3750
|
}
|
package/.jsii.tabl.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2",
|
|
3
|
-
"toolVersion": "1.
|
|
3
|
+
"toolVersion": "1.52.1",
|
|
4
4
|
"snippets": {
|
|
5
5
|
"cecc4b6be0cf4accc3e46f1670579b731439bd3e3b6efffdbd431eb0130d724c": {
|
|
6
6
|
"translations": {
|
|
7
7
|
"python": {
|
|
8
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": "
|
|
9
|
+
"version": "2"
|
|
10
10
|
},
|
|
11
11
|
"csharp": {
|
|
12
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};",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"translations": {
|
|
58
58
|
"python": {
|
|
59
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 lookup_role=cloud_assembly_schema.BootstrapRole(\n arn=\"arn\",\n\n # the properties below are optional\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n requires_bootstrap_stack_version=123\n ),\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": "
|
|
60
|
+
"version": "2"
|
|
61
61
|
},
|
|
62
62
|
"csharp": {
|
|
63
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 LookupRole = new BootstrapRole {\n Arn = \"arn\",\n\n // the properties below are optional\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n BootstrapStackVersionSsmParameter = \"bootstrapStackVersionSsmParameter\",\n RequiresBootstrapStackVersion = 123\n },\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};",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"translations": {
|
|
115
115
|
"python": {
|
|
116
116
|
"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 lookup_role=cloud_assembly_schema.BootstrapRole(\n arn=\"arn\",\n\n # the properties below are optional\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n requires_bootstrap_stack_version=123\n ),\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)",
|
|
117
|
-
"version": "
|
|
117
|
+
"version": "2"
|
|
118
118
|
},
|
|
119
119
|
"csharp": {
|
|
120
120
|
"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 LookupRole = new BootstrapRole {\n Arn = \"arn\",\n\n // the properties below are optional\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n BootstrapStackVersionSsmParameter = \"bootstrapStackVersionSsmParameter\",\n RequiresBootstrapStackVersion = 123\n },\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};",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"translations": {
|
|
176
176
|
"python": {
|
|
177
177
|
"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)",
|
|
178
|
-
"version": "
|
|
178
|
+
"version": "2"
|
|
179
179
|
},
|
|
180
180
|
"csharp": {
|
|
181
181
|
"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};",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"translations": {
|
|
236
236
|
"python": {
|
|
237
237
|
"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)",
|
|
238
|
-
"version": "
|
|
238
|
+
"version": "2"
|
|
239
239
|
},
|
|
240
240
|
"csharp": {
|
|
241
241
|
"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};",
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
"translations": {
|
|
287
287
|
"python": {
|
|
288
288
|
"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)",
|
|
289
|
-
"version": "
|
|
289
|
+
"version": "2"
|
|
290
290
|
},
|
|
291
291
|
"csharp": {
|
|
292
292
|
"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};",
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
"translations": {
|
|
337
337
|
"python": {
|
|
338
338
|
"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 lookup_role=cloud_assembly_schema.BootstrapRole(\n arn=\"arn\",\n\n # the properties below are optional\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n requires_bootstrap_stack_version=123\n ),\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)",
|
|
339
|
-
"version": "
|
|
339
|
+
"version": "2"
|
|
340
340
|
},
|
|
341
341
|
"csharp": {
|
|
342
342
|
"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 LookupRole = new BootstrapRole {\n Arn = \"arn\",\n\n // the properties below are optional\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n BootstrapStackVersionSsmParameter = \"bootstrapStackVersionSsmParameter\",\n RequiresBootstrapStackVersion = 123\n },\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};",
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
"translations": {
|
|
390
390
|
"python": {
|
|
391
391
|
"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)",
|
|
392
|
-
"version": "
|
|
392
|
+
"version": "2"
|
|
393
393
|
},
|
|
394
394
|
"csharp": {
|
|
395
395
|
"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};",
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
"translations": {
|
|
440
440
|
"python": {
|
|
441
441
|
"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\nbootstrap_role = cloud_assembly_schema.BootstrapRole(\n arn=\"arn\",\n\n # the properties below are optional\n assume_role_external_id=\"assumeRoleExternalId\",\n bootstrap_stack_version_ssm_parameter=\"bootstrapStackVersionSsmParameter\",\n requires_bootstrap_stack_version=123\n)",
|
|
442
|
-
"version": "
|
|
442
|
+
"version": "2"
|
|
443
443
|
},
|
|
444
444
|
"csharp": {
|
|
445
445
|
"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\nBootstrapRole bootstrapRole = new BootstrapRole {\n Arn = \"arn\",\n\n // the properties below are optional\n AssumeRoleExternalId = \"assumeRoleExternalId\",\n BootstrapStackVersionSsmParameter = \"bootstrapStackVersionSsmParameter\",\n RequiresBootstrapStackVersion = 123\n};",
|
|
@@ -490,7 +490,7 @@
|
|
|
490
490
|
"translations": {
|
|
491
491
|
"python": {
|
|
492
492
|
"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)",
|
|
493
|
-
"version": "
|
|
493
|
+
"version": "2"
|
|
494
494
|
},
|
|
495
495
|
"csharp": {
|
|
496
496
|
"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};",
|
|
@@ -540,7 +540,7 @@
|
|
|
540
540
|
"translations": {
|
|
541
541
|
"python": {
|
|
542
542
|
"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)",
|
|
543
|
-
"version": "
|
|
543
|
+
"version": "2"
|
|
544
544
|
},
|
|
545
545
|
"csharp": {
|
|
546
546
|
"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};",
|
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
"translations": {
|
|
594
594
|
"python": {
|
|
595
595
|
"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)",
|
|
596
|
-
"version": "
|
|
596
|
+
"version": "2"
|
|
597
597
|
},
|
|
598
598
|
"csharp": {
|
|
599
599
|
"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};",
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
"translations": {
|
|
644
644
|
"python": {
|
|
645
645
|
"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)",
|
|
646
|
-
"version": "
|
|
646
|
+
"version": "2"
|
|
647
647
|
},
|
|
648
648
|
"csharp": {
|
|
649
649
|
"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};",
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
"translations": {
|
|
695
695
|
"python": {
|
|
696
696
|
"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)",
|
|
697
|
-
"version": "
|
|
697
|
+
"version": "2"
|
|
698
698
|
},
|
|
699
699
|
"csharp": {
|
|
700
700
|
"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};",
|
|
@@ -744,7 +744,7 @@
|
|
|
744
744
|
"translations": {
|
|
745
745
|
"python": {
|
|
746
746
|
"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)",
|
|
747
|
-
"version": "
|
|
747
|
+
"version": "2"
|
|
748
748
|
},
|
|
749
749
|
"csharp": {
|
|
750
750
|
"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};",
|
|
@@ -800,7 +800,7 @@
|
|
|
800
800
|
"translations": {
|
|
801
801
|
"python": {
|
|
802
802
|
"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)",
|
|
803
|
-
"version": "
|
|
803
|
+
"version": "2"
|
|
804
804
|
},
|
|
805
805
|
"csharp": {
|
|
806
806
|
"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};",
|
|
@@ -850,7 +850,7 @@
|
|
|
850
850
|
"translations": {
|
|
851
851
|
"python": {
|
|
852
852
|
"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)",
|
|
853
|
-
"version": "
|
|
853
|
+
"version": "2"
|
|
854
854
|
},
|
|
855
855
|
"csharp": {
|
|
856
856
|
"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};",
|
|
@@ -900,7 +900,7 @@
|
|
|
900
900
|
"translations": {
|
|
901
901
|
"python": {
|
|
902
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\nfile_source = cloud_assembly_schema.FileSource(\n executable=[\"executable\"],\n packaging=cloud_assembly_schema.FileAssetPackaging.FILE,\n path=\"path\"\n)",
|
|
903
|
-
"version": "
|
|
903
|
+
"version": "2"
|
|
904
904
|
},
|
|
905
905
|
"csharp": {
|
|
906
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\nFileSource fileSource = new FileSource {\n Executable = new [] { \"executable\" },\n Packaging = FileAssetPackaging.FILE,\n Path = \"path\"\n};",
|
|
@@ -954,7 +954,7 @@
|
|
|
954
954
|
"translations": {
|
|
955
955
|
"python": {
|
|
956
956
|
"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)",
|
|
957
|
-
"version": "
|
|
957
|
+
"version": "2"
|
|
958
958
|
},
|
|
959
959
|
"csharp": {
|
|
960
960
|
"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};",
|
|
@@ -1005,7 +1005,7 @@
|
|
|
1005
1005
|
"translations": {
|
|
1006
1006
|
"python": {
|
|
1007
1007
|
"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)",
|
|
1008
|
-
"version": "
|
|
1008
|
+
"version": "2"
|
|
1009
1009
|
},
|
|
1010
1010
|
"csharp": {
|
|
1011
1011
|
"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};",
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
"translations": {
|
|
1056
1056
|
"python": {
|
|
1057
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_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)",
|
|
1058
|
-
"version": "
|
|
1058
|
+
"version": "2"
|
|
1059
1059
|
},
|
|
1060
1060
|
"csharp": {
|
|
1061
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\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};",
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
"translations": {
|
|
1110
1110
|
"python": {
|
|
1111
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_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)",
|
|
1112
|
-
"version": "
|
|
1112
|
+
"version": "2"
|
|
1113
1113
|
},
|
|
1114
1114
|
"csharp": {
|
|
1115
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\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};",
|
|
@@ -1163,7 +1163,7 @@
|
|
|
1163
1163
|
"translations": {
|
|
1164
1164
|
"python": {
|
|
1165
1165
|
"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)",
|
|
1166
|
-
"version": "
|
|
1166
|
+
"version": "2"
|
|
1167
1167
|
},
|
|
1168
1168
|
"csharp": {
|
|
1169
1169
|
"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};",
|
|
@@ -1220,7 +1220,7 @@
|
|
|
1220
1220
|
"translations": {
|
|
1221
1221
|
"python": {
|
|
1222
1222
|
"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)",
|
|
1223
|
-
"version": "
|
|
1223
|
+
"version": "2"
|
|
1224
1224
|
},
|
|
1225
1225
|
"csharp": {
|
|
1226
1226
|
"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};",
|
|
@@ -1271,7 +1271,7 @@
|
|
|
1271
1271
|
"translations": {
|
|
1272
1272
|
"python": {
|
|
1273
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\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)",
|
|
1274
|
-
"version": "
|
|
1274
|
+
"version": "2"
|
|
1275
1275
|
},
|
|
1276
1276
|
"csharp": {
|
|
1277
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\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};",
|
|
@@ -1325,7 +1325,7 @@
|
|
|
1325
1325
|
"translations": {
|
|
1326
1326
|
"python": {
|
|
1327
1327
|
"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)",
|
|
1328
|
-
"version": "
|
|
1328
|
+
"version": "2"
|
|
1329
1329
|
},
|
|
1330
1330
|
"csharp": {
|
|
1331
1331
|
"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};",
|
|
@@ -1375,7 +1375,7 @@
|
|
|
1375
1375
|
"translations": {
|
|
1376
1376
|
"python": {
|
|
1377
1377
|
"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)",
|
|
1378
|
-
"version": "
|
|
1378
|
+
"version": "2"
|
|
1379
1379
|
},
|
|
1380
1380
|
"csharp": {
|
|
1381
1381
|
"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};",
|
|
@@ -1425,7 +1425,7 @@
|
|
|
1425
1425
|
"translations": {
|
|
1426
1426
|
"python": {
|
|
1427
1427
|
"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)",
|
|
1428
|
-
"version": "
|
|
1428
|
+
"version": "2"
|
|
1429
1429
|
},
|
|
1430
1430
|
"csharp": {
|
|
1431
1431
|
"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};",
|
|
@@ -1475,7 +1475,7 @@
|
|
|
1475
1475
|
"translations": {
|
|
1476
1476
|
"python": {
|
|
1477
1477
|
"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)",
|
|
1478
|
-
"version": "
|
|
1478
|
+
"version": "2"
|
|
1479
1479
|
},
|
|
1480
1480
|
"csharp": {
|
|
1481
1481
|
"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};",
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
"translations": {
|
|
1526
1526
|
"python": {
|
|
1527
1527
|
"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)",
|
|
1528
|
-
"version": "
|
|
1528
|
+
"version": "2"
|
|
1529
1529
|
},
|
|
1530
1530
|
"csharp": {
|
|
1531
1531
|
"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};",
|
|
@@ -1575,7 +1575,7 @@
|
|
|
1575
1575
|
"translations": {
|
|
1576
1576
|
"python": {
|
|
1577
1577
|
"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)",
|
|
1578
|
-
"version": "
|
|
1578
|
+
"version": "2"
|
|
1579
1579
|
},
|
|
1580
1580
|
"csharp": {
|
|
1581
1581
|
"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};",
|
|
@@ -1625,7 +1625,7 @@
|
|
|
1625
1625
|
"translations": {
|
|
1626
1626
|
"python": {
|
|
1627
1627
|
"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)",
|
|
1628
|
-
"version": "
|
|
1628
|
+
"version": "2"
|
|
1629
1629
|
},
|
|
1630
1630
|
"csharp": {
|
|
1631
1631
|
"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};",
|
package/.warnings.jsii.js
CHANGED
|
@@ -62,10 +62,10 @@ function _aws_cdk_cloud_assembly_schema_LoadBalancerContextQuery(p) {
|
|
|
62
62
|
_aws_cdk_cloud_assembly_schema_Tag(p.loadBalancerTags);
|
|
63
63
|
visitedObjects.delete(p);
|
|
64
64
|
}
|
|
65
|
-
function _aws_cdk_cloud_assembly_schema_DockerImageDestination(p) {
|
|
66
|
-
}
|
|
67
65
|
function _aws_cdk_cloud_assembly_schema_FileDestination(p) {
|
|
68
66
|
}
|
|
67
|
+
function _aws_cdk_cloud_assembly_schema_DockerImageDestination(p) {
|
|
68
|
+
}
|
|
69
69
|
function _aws_cdk_cloud_assembly_schema_AwsCloudFormationStackProperties(p) {
|
|
70
70
|
if (p == null)
|
|
71
71
|
return;
|
|
@@ -185,5 +185,5 @@ function print(name, deprecationMessage) {
|
|
|
185
185
|
const visitedObjects = new Set();
|
|
186
186
|
class DeprecationError extends Error {
|
|
187
187
|
}
|
|
188
|
-
module.exports = { print, _aws_cdk_cloud_assembly_schema_ArtifactType, _aws_cdk_cloud_assembly_schema_ArtifactMetadataEntryType, _aws_cdk_cloud_assembly_schema_ContextProvider, _aws_cdk_cloud_assembly_schema_LoadBalancerType, _aws_cdk_cloud_assembly_schema_LoadBalancerListenerProtocol, _aws_cdk_cloud_assembly_schema_FileAssetPackaging, _aws_cdk_cloud_assembly_schema_TreeArtifactProperties, _aws_cdk_cloud_assembly_schema_Tag, _aws_cdk_cloud_assembly_schema_RuntimeInfo, _aws_cdk_cloud_assembly_schema_NestedCloudAssemblyProperties, _aws_cdk_cloud_assembly_schema_AvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_SSMParameterContextQuery, _aws_cdk_cloud_assembly_schema_EndpointServiceAvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_KeyContextQuery, _aws_cdk_cloud_assembly_schema_AssetManifestProperties, _aws_cdk_cloud_assembly_schema_AwsDestination, _aws_cdk_cloud_assembly_schema_BootstrapRole, _aws_cdk_cloud_assembly_schema_FileAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_HostedZoneContextQuery, _aws_cdk_cloud_assembly_schema_SecurityGroupContextQuery, _aws_cdk_cloud_assembly_schema_AmiContextQuery, _aws_cdk_cloud_assembly_schema_VpcContextQuery, _aws_cdk_cloud_assembly_schema_DockerImageSource, _aws_cdk_cloud_assembly_schema_ContainerImageAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_LoadBalancerContextQuery,
|
|
188
|
+
module.exports = { print, _aws_cdk_cloud_assembly_schema_ArtifactType, _aws_cdk_cloud_assembly_schema_ArtifactMetadataEntryType, _aws_cdk_cloud_assembly_schema_ContextProvider, _aws_cdk_cloud_assembly_schema_LoadBalancerType, _aws_cdk_cloud_assembly_schema_LoadBalancerListenerProtocol, _aws_cdk_cloud_assembly_schema_FileAssetPackaging, _aws_cdk_cloud_assembly_schema_TreeArtifactProperties, _aws_cdk_cloud_assembly_schema_Tag, _aws_cdk_cloud_assembly_schema_RuntimeInfo, _aws_cdk_cloud_assembly_schema_NestedCloudAssemblyProperties, _aws_cdk_cloud_assembly_schema_AvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_SSMParameterContextQuery, _aws_cdk_cloud_assembly_schema_EndpointServiceAvailabilityZonesContextQuery, _aws_cdk_cloud_assembly_schema_KeyContextQuery, _aws_cdk_cloud_assembly_schema_AssetManifestProperties, _aws_cdk_cloud_assembly_schema_AwsDestination, _aws_cdk_cloud_assembly_schema_BootstrapRole, _aws_cdk_cloud_assembly_schema_FileAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_HostedZoneContextQuery, _aws_cdk_cloud_assembly_schema_SecurityGroupContextQuery, _aws_cdk_cloud_assembly_schema_AmiContextQuery, _aws_cdk_cloud_assembly_schema_VpcContextQuery, _aws_cdk_cloud_assembly_schema_DockerImageSource, _aws_cdk_cloud_assembly_schema_ContainerImageAssetMetadataEntry, _aws_cdk_cloud_assembly_schema_LoadBalancerContextQuery, _aws_cdk_cloud_assembly_schema_FileDestination, _aws_cdk_cloud_assembly_schema_DockerImageDestination, _aws_cdk_cloud_assembly_schema_AwsCloudFormationStackProperties, _aws_cdk_cloud_assembly_schema_DockerImageAsset, _aws_cdk_cloud_assembly_schema_LoadBalancerFilter, _aws_cdk_cloud_assembly_schema_FileAsset, _aws_cdk_cloud_assembly_schema_AssetManifest, _aws_cdk_cloud_assembly_schema_FileSource, _aws_cdk_cloud_assembly_schema_AssemblyManifest, _aws_cdk_cloud_assembly_schema_MetadataEntry, _aws_cdk_cloud_assembly_schema_Manifest, _aws_cdk_cloud_assembly_schema_ArtifactManifest, _aws_cdk_cloud_assembly_schema_LoadBalancerListenerContextQuery, _aws_cdk_cloud_assembly_schema_MissingContext };
|
|
189
189
|
module.exports.DeprecationError = DeprecationError;
|
package/lib/manifest.js
CHANGED
|
@@ -191,7 +191,7 @@ class Manifest {
|
|
|
191
191
|
}
|
|
192
192
|
exports.Manifest = Manifest;
|
|
193
193
|
_a = JSII_RTTI_SYMBOL_1;
|
|
194
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.
|
|
194
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.8.0" };
|
|
195
195
|
function mapValues(xs, fn) {
|
|
196
196
|
if (!xs) {
|
|
197
197
|
return undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/cloud-assembly-schema",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "Cloud Assembly Schema",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
},
|
|
61
61
|
"license": "Apache-2.0",
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
64
|
-
"@aws-cdk/pkglint": "2.
|
|
63
|
+
"@aws-cdk/cdk-build-tools": "2.8.0",
|
|
64
|
+
"@aws-cdk/pkglint": "2.8.0",
|
|
65
65
|
"@types/jest": "^27.4.0",
|
|
66
66
|
"@types/mock-fs": "^4.13.1",
|
|
67
67
|
"@types/semver": "^7.3.9",
|
|
68
68
|
"jest": "^27.4.7",
|
|
69
69
|
"mock-fs": "^4.14.0",
|
|
70
|
-
"typescript-json-schema": "^0.
|
|
70
|
+
"typescript-json-schema": "^0.53.0"
|
|
71
71
|
},
|
|
72
72
|
"repository": {
|
|
73
73
|
"url": "https://github.com/aws/aws-cdk.git",
|