NestedCloudAssemblyProperties¶
-
class
aws_cdk.cloud_assembly_schema.
NestedCloudAssemblyProperties
(*, directory_name, display_name=None)¶ Bases:
object
Artifact properties for nested cloud assemblies.
- Parameters
directory_name (
str
) – Relative path to the nested cloud assembly.display_name (
Optional
[str
]) – Display name for the cloud assembly. Default: - The artifact ID
Attributes
-
directory_name
¶ Relative path to the nested cloud assembly.
- Return type
str
-
display_name
¶ Display name for the cloud assembly.
- Default
The artifact ID
- Return type
Optional
[str
]