Skip to content

NestedStackProps

Initializer

import { NestedStackProps } from '@alicloud/ros-cdk-core'
const nestedStackProps: NestedStackProps = { ... }

Properties

Name Type Description
parameters {[ key: string ]: any} No description.
templateBody string No description.
templateUrl string No description.
timeout number No description.

parametersOptional

public readonly parameters: {[ key: string ]: any};
  • Type: {[ key: string ]: any}

templateBodyOptional

public readonly templateBody: string;
  • Type: string

templateUrlOptional

public readonly templateUrl: string;
  • Type: string

timeoutOptional

public readonly timeout: number;
  • Type: number