@aws-cdk_cloud-assembly-schema.NestedCloudAssemblyProperties

interface NestedCloudAssemblyProperties

LanguageType name
.NETAmazon.CDK.CloudAssembly.Schema.NestedCloudAssemblyProperties
Javasoftware.amazon.awscdk.cloudassembly.schema.NestedCloudAssemblyProperties
Pythonaws_cdk.cloud_assembly_schema.NestedCloudAssemblyProperties
TypeScript (source)@aws-cdk/cloud-assembly-schema » NestedCloudAssemblyProperties

Artifact properties for nested cloud assemblies.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';
const nestedCloudAssemblyProperties: cloud_assembly_schema.NestedCloudAssemblyProperties = {
  directoryName: 'directoryName',

  // the properties below are optional
  displayName: 'displayName',
};

Properties

NameTypeDescription
directoryNamestringRelative path to the nested cloud assembly.
displayName?stringDisplay name for the cloud assembly.

directoryName

Type: string

Relative path to the nested cloud assembly.


displayName?

Type: string (optional, default: The artifact ID)

Display name for the cloud assembly.