Skip to content

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.

DirectoryNameRequired

public string DirectoryName { get; set; }
  • Type: string

Relative path to the nested cloud assembly.


DisplayNameOptional

public string DisplayName { get; set; }
  • Type: string
  • Default: The artifact ID

Display name for the cloud assembly.