enum ArtifactType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CloudAssembly.Schema.ArtifactType |
Java | software.amazon.awscdk.cloudassembly.schema.ArtifactType |
Python | aws_cdk.cloud_assembly_schema.ArtifactType |
TypeScript | @aws-cdk/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
Java
Python
TypeScript