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
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.cloud_assembly_schema as cloud_assembly_schema nested_cloud_assembly_properties = cloud_assembly_schema.NestedCloudAssemblyProperties( directory_name="directoryName", # the properties below are optional display_name="displayName" )
Attributes
- directory_name
Relative path to the nested cloud assembly.
- display_name
Display name for the cloud assembly.
- Default:
The artifact ID