AWSCloudFormationStack
No description
type AWSCloudFormationStack {
metadata: ResourceMetadata!
createdAt: DateTime
name: String!
status: AWSCloudFormationStackStatusType!
capabilities: [AWSCloudFormationStackCapabilityType!]!
changeSetId: String!
deletedAt: DateTime
description: String!
disableRollback: Boolean!
driftInformation: AWSCloudFormationStackDriftInformation
enableTerminationProtection: Boolean!
lastUpdatedAt: DateTime
notificationArns: [String!]!
outputs: [AWSCloudFormationStackOutput!]!
parameters: [AWSCloudFormationStackParameter!]!
parentId: String!
retainExceptOnCreate: Boolean!
roleArn: String!
rollbackConfiguration: AWSCloudFormationStackRollbackConfiguration
rootId: String!
id: String!
statusReason: String!
tags: [AWSTag!]!
timeoutInMinutes: Int!
}
Fields
AWSCloudFormationStack.metadata ● ResourceMetadata! non-null object
The metadata to identify this resource in Shisho Cloud
AWSCloudFormationStack.createdAt ● DateTime scalar
The time at which the stack was created
AWSCloudFormationStack.name ● String! non-null scalar
The name associated with the stack
AWSCloudFormationStack.status ● AWSCloudFormationStackStatusType! non-null enum
Current status of the stack
AWSCloudFormationStack.capabilities ● [AWSCloudFormationStackCapabilityType!]! non-null enum
The capabilities allowed in the stack
AWSCloudFormationStack.changeSetId ● String! non-null scalar
The unique ID of the change set
AWSCloudFormationStack.deletedAt ● DateTime scalar
The time the stack was deleted
AWSCloudFormationStack.description ● String! non-null scalar
A user-defined description associated with the stack
AWSCloudFormationStack.disableRollback ● Boolean! non-null scalar
Indicate whether rollback on stack creation is enabled
AWSCloudFormationStack.driftInformation ● AWSCloudFormationStackDriftInformation object
Information about whether a stack's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters
AWSCloudFormationStack.enableTerminationProtection ● Boolean! non-null scalar
Indicate whether termination protection is enabled for the stack
AWSCloudFormationStack.lastUpdatedAt ● DateTime scalar
The time the stack was last updated
AWSCloudFormationStack.notificationArns ● [String!]! non-null scalar
Amazon SNS topic Amazon Resource Names (ARNs) to which stack related events are published
AWSCloudFormationStack.outputs ● [AWSCloudFormationStackOutput!]! non-null object
A list of output structures
AWSCloudFormationStack.parameters ● [AWSCloudFormationStackParameter!]! non-null object
A list of Parameter structures
AWSCloudFormationStack.parentId ● String! non-null scalar
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack
AWSCloudFormationStack.retainExceptOnCreate ● Boolean! non-null scalar
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is rolled back
AWSCloudFormationStack.roleArn ● String! non-null scalar
The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that's associated with the stack
AWSCloudFormationStack.rollbackConfiguration ● AWSCloudFormationStackRollbackConfiguration object
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards
AWSCloudFormationStack.rootId ● String! non-null scalar
For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs
AWSCloudFormationStack.id ● String! non-null scalar
Unique identifier of the stack
AWSCloudFormationStack.statusReason ● String! non-null scalar
Success/failure message associated with the stack status
AWSCloudFormationStack.tags ● [AWSTag!]! non-null object
A list of Tag s that specify information about the stack
AWSCloudFormationStack.timeoutInMinutes ● Int! non-null scalar
The amount of time within which stack creation should complete
Member of
AWSCloudFormation object