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 SourceCapabilities
A list of capabilities
Declaration
public readonly ImmutableArray<string> Capabilities
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Description
Description of the stack
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
DisableRollback
Whether the rollback of the stack is disabled when stack creation fails
Declaration
public readonly bool DisableRollback
Field Value
| Type | Description |
|---|---|
| System.Boolean |
IamRoleArn
The ARN of the IAM role used to create the stack.
Declaration
public readonly string IamRoleArn
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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> |
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> |
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> |
TemplateBody
Structure containing the template body.
Declaration
public readonly string TemplateBody
Field Value
| Type | Description |
|---|---|
| System.String |
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 |