enum ArtifactType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.cloud_assembly_schema.ArtifactType |
Go | github.com/aws/aws-cdk-go/awscdk/v2/cloudassemblyschema#ArtifactType |
Java | software.amazon.awscdk.cloud_assembly_schema.ArtifactType |
Python | aws_cdk.cloud_assembly_schema.ArtifactType |
TypeScript (source) | aws-cdk-lib » cloud_assembly_schema » ArtifactType |
Type of cloud artifact.
Members
| Name | Description |
|---|---|
| NONE | Stub required because of JSII. |
| AWS_CLOUDFORMATION_STACK | The artifact is an AWS CloudFormation stack. |
| CDK_TREE | The artifact contains the CDK application's construct tree. |
| ASSET_MANIFEST | Manifest for all assets in the Cloud Assembly. |
| NESTED_CLOUD_ASSEMBLY | Nested Cloud Assembly. |
| FEATURE_FLAG_REPORT | Feature flag report. |
NONE
Stub required because of JSII.
AWS_CLOUDFORMATION_STACK
The artifact is an AWS CloudFormation stack.
CDK_TREE
The artifact contains the CDK application's construct tree.
ASSET_MANIFEST
Manifest for all assets in the Cloud Assembly.
NESTED_CLOUD_ASSEMBLY
Nested Cloud Assembly.
FEATURE_FLAG_REPORT
Feature flag report.

.NET
Go
Java
Python
TypeScript (