Skip to content

NestedCloudAssemblyProperties

Artifact properties for nested cloud assemblies.

Initializer

import { NestedCloudAssemblyProperties } from '@alicloud/ros-cdk-assembly-schema'
const nestedCloudAssemblyProperties: NestedCloudAssemblyProperties = { ... }

Properties

Name Type Description
directoryName string Relative path to the nested cloud assembly.
displayName string Display name for the cloud assembly.

directoryNameRequired

public readonly directoryName: string;
  • Type: string

Relative path to the nested cloud assembly.


displayNameOptional

public readonly displayName: string;
  • Type: string
  • Default: The artifact ID

Display name for the cloud assembly.