NestedCloudAssemblyProperties
Artifact properties for nested cloud assemblies.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Assembly.Schema;
new NestedCloudAssemblyProperties {
string DirectoryName,
string DisplayName = null
};
Properties
Name | Type | Description |
---|---|---|
DirectoryName |
string |
Relative path to the nested cloud assembly. |
DisplayName |
string |
Display name for the cloud assembly. |
DirectoryName
Required
public string DirectoryName { get; set; }
- Type: string
Relative path to the nested cloud assembly.
DisplayName
Optional
public string DisplayName { get; set; }
- Type: string
- Default: The artifact ID
Display name for the cloud assembly.