Show / Hide Table of Contents

Class GetStackResult

Inheritance
System.Object
GetStackResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudFormation
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetStackResult

Fields

View Source

Capabilities

A list of capabilities

Declaration
public readonly ImmutableArray<string> Capabilities
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Description

Description of the stack

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

DisableRollback

Whether the rollback of the stack is disabled when stack creation fails

Declaration
public readonly bool DisableRollback
Field Value
Type Description
System.Boolean
View Source

IamRoleArn

The ARN of the IAM role used to create the stack.

Declaration
public readonly string IamRoleArn
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

NotificationArns

A list of SNS topic ARNs to publish stack related events

Declaration
public readonly ImmutableArray<string> NotificationArns
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Outputs

A map of outputs from the stack.

Declaration
public readonly ImmutableDictionary<string, object> Outputs
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Parameters

A map of parameters that specify input parameters for the stack.

Declaration
public readonly ImmutableDictionary<string, object> Parameters
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Tags

A map of tags associated with this stack.

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

TemplateBody

Structure containing the template body.

Declaration
public readonly string TemplateBody
Field Value
Type Description
System.String
View Source

TimeoutInMinutes

The amount of time that can pass before the stack status becomes CREATE_FAILED

Declaration
public readonly int TimeoutInMinutes
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.