NestedCloudAssemblyProperties
Artifact properties for nested cloud assemblies.
Initializer
import ros_cdk_assembly_schema
ros_cdk_assembly_schema.NestedCloudAssemblyProperties(
directory_name: str,
display_name: str = None
)
Properties
| Name | Type | Description |
|---|---|---|
directory_name |
str |
Relative path to the nested cloud assembly. |
display_name |
str |
Display name for the cloud assembly. |
directory_nameRequired
directory_name: str
- Type: str
Relative path to the nested cloud assembly.
display_nameOptional
display_name: str
- Type: str
- Default: The artifact ID
Display name for the cloud assembly.