Skip to content

NestedStackProps

Initializer

using AlibabaCloud.SDK.ROS.CDK.Core;
new NestedStackProps {
    System.Collections.Generic.IDictionary<string, object> Parameters = null,
    string TemplateBody = null,
    string TemplateUrl = null,
    double Timeout = null
};

Properties

Name Type Description
Parameters System.Collections.Generic.IDictionary No description.
TemplateBody string No description.
TemplateUrl string No description.
Timeout double No description.

ParametersOptional

public System.Collections.Generic.IDictionary<string, object> Parameters { get; set; }
  • Type: System.Collections.Generic.IDictionary

TemplateBodyOptional

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

TemplateUrlOptional

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

TimeoutOptional

public double Timeout { get; set; }
  • Type: double