- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
account_id
Type: STRING
capabilities
Type: UNORDERED_LIST_STRING
Provider name: Capabilities
Description: The capabilities allowed in the stack.
change_set_id
Type: STRING
Provider name: ChangeSetId
Description: The unique ID of the change set.
creation_time
Type: TIMESTAMP
Provider name: CreationTime
Description: The time at which the stack was created.
deletion_mode
Type: STRING
Provider name: DeletionMode
Description: Specifies the deletion mode for the stack. Possible values are:
STANDARD
- Use the standard behavior. Specifying this value is the same as not specifying this parameter.FORCE_DELETE_STACK
- Delete the stack if it’s stuck in a DELETE_FAILED
state due to resource deletion failure.deletion_time
Type: TIMESTAMP
Provider name: DeletionTime
Description: The time the stack was deleted.
description
Type: STRING
Provider name: Description
Description: A user-defined description associated with the stack.
detailed_status
Type: STRING
Provider name: DetailedStatus
Description: The detailed status of the resource or stack. If CONFIGURATION_COMPLETE
is present, the resource or resource configuration phase has completed and the stabilization of the resources is in progress. The stack sets CONFIGURATION_COMPLETE
when all of the resources in the stack have reached that event. For more information, see CloudFormation stack deployment in the CloudFormation User Guide.
disable_rollback
Type: BOOLEAN
Provider name: DisableRollback
Description: Boolean to enable or disable rollback on stack creation failures:
true
: disable rollback.false
: enable rollback.drift_information
Type: STRUCT
Provider name: DriftInformation
Description: 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. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.
last_check_timestamp
TIMESTAMP
LastCheckTimestamp
stack_drift_status
STRING
StackDriftStatus
DRIFTED
: The stack differs from its expected template configuration. A stack is considered to have drifted if one or more of its resources have drifted.NOT_CHECKED
: CloudFormation hasn’t checked if the stack differs from its expected template configuration.IN_SYNC
: The stack’s actual configuration matches its expected template configuration.UNKNOWN
: This value is reserved for future use.enable_termination_protection
Type: BOOLEAN
Provider name: EnableTerminationProtection
Description: Whether termination protection is enabled for the stack. For nested stacks, termination protection is set on the root stack and can’t be changed directly on the nested stack. For more information, see Protecting a Stack From Being Deleted in the CloudFormation User Guide.
last_updated_time
Type: TIMESTAMP
Provider name: LastUpdatedTime
Description: The time the stack was last updated. This field will only be returned if the stack has been updated at least once.
notification_arns
Type: UNORDERED_LIST_STRING
Provider name: NotificationARNs
Description: Amazon SNS topic Amazon Resource Names (ARNs) to which stack related events are published.
outputs
Type: UNORDERED_LIST_STRUCT
Provider name: Outputs
Description: A list of output structures.
description
STRING
Description
export_name
STRING
ExportName
output_key
STRING
OutputKey
output_value
STRING
OutputValue
parameters
Type: UNORDERED_LIST_STRUCT
Provider name: Parameters
Description: A list of Parameter
structures.
parameter_key
STRING
ParameterKey
parameter_value
STRING
ParameterValue
resolved_value
STRING
ResolvedValue
use_previous_value
BOOLEAN
UsePreviousValue
true
, do not specify a parameter value.parent_id
Type: STRING
Provider name: ParentId
Description: For nested stacks–stacks created as resources for another stack–the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack. For more information, see Working with Nested Stacks in the CloudFormation User Guide.
retain_except_on_create
Type: BOOLEAN
Provider name: RetainExceptOnCreate
Description: When set to true
, newly created resources are deleted when the operation rolls back. This includes newly created resources marked with a deletion policy of Retain
.
Default: false
role_arn
Type: STRING
Provider name: RoleARN
Description: The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that’s associated with the stack. During a stack operation, CloudFormation uses this role’s credentials to make calls on your behalf.
rollback_configuration
Type: STRUCT
Provider name: RollbackConfiguration
Description: The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
monitoring_time_in_minutes
INT32
MonitoringTimeInMinutes
rollback_triggers
UNORDERED_LIST_STRUCT
RollbackTriggers
arn
STRING
Arn
type
STRING
Type
root_id
Type: STRING
Provider name: RootId
Description: 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. For more information, see Working with Nested Stacks in the CloudFormation User Guide.
stack_id
Type: STRING
Provider name: StackId
Description: Unique identifier of the stack.
stack_name
Type: STRING
Provider name: StackName
Description: The name associated with the stack.
stack_status
Type: STRING
Provider name: StackStatus
Description: Current status of the stack.
stack_status_reason
Type: STRING
Provider name: StackStatusReason
Description: Success/failure message associated with the stack status.
tags
Type: UNORDERED_LIST_STRING
timeout_in_minutes
Type: INT32
Provider name: TimeoutInMinutes
Description: The amount of time within which stack creation should complete.