interface NestedCloudAssemblyProperties
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CloudAssembly.Schema.NestedCloudAssemblyProperties |
Java | software.amazon.awscdk.cloudassembly.schema.NestedCloudAssemblyProperties |
Python | aws_cdk.cloud_assembly_schema.NestedCloudAssemblyProperties |
TypeScript | @aws-cdk/cloud-assembly-schema » NestedCloudAssemblyProperties |
Artifact properties for nested cloud assemblies.
Properties
| Name | Type | Description |
|---|---|---|
| directory | string | Relative path to the nested cloud assembly. |
| display | string | Display name for the cloud assembly. |
directoryName
Type:
string
Relative path to the nested cloud assembly.
displayName?
Type:
string
(optional, default: The artifact ID)
Display name for the cloud assembly.

.NET
Java
Python
TypeScript