- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`account_id
Type: STRING
creation_time
Type: TIMESTAMP
Provider name: CreationTime
Description: The time the generated template was created.
generated_template_id
Type: STRING
Provider name: GeneratedTemplateId
Description: The Amazon Resource Name (ARN) of the generated template. The format is arn:${Partition}:cloudformation:${Region}:${Account}:generatedtemplate/${Id}
. For example, arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc
.
generated_template_name
Type: STRING
Provider name: GeneratedTemplateName
Description: The name of the generated template.
last_updated_time
Type: TIMESTAMP
Provider name: LastUpdatedTime
Description: The time the generated template was last updated.
progress
Type: STRUCT
Provider name: Progress
Description: An object describing the progress of the template generation.
resources_failed
INT32
ResourcesFailed
resources_pending
INT32
ResourcesPending
resources_processing
INT32
ResourcesProcessing
resources_succeeded
INT32
ResourcesSucceeded
resources
Type: UNORDERED_LIST_STRUCT
Provider name: Resources
Description: A list of objects describing the details of the resources in the template generation.
logical_resource_id
STRING
LogicalResourceId
resource_identifier
MAP_STRING_STRING
ResourceIdentifier
primaryIdentifier
list in the resource schema.) The value is the value of that primary identifier. For example, for a AWS::DynamoDB::Table
resource, the primary identifiers is TableName
so the key-value pair could be “TableName”: “MyDDBTable”
. For more information, see primaryIdentifier in the CloudFormation Command Line Interface (CLI) User Guide.resource_status
STRING
ResourceStatus
resource_status_reason
STRING
ResourceStatusReason
resource_type
STRING
ResourceType
AWS::DynamoDB::Table
. For the list of supported resources, see Resource type support for imports and drift detection In the CloudFormation User Guidewarnings
UNORDERED_LIST_STRUCT
Warnings
properties
UNORDERED_LIST_STRUCT
Properties
description
STRING
Description
property_path
STRING
PropertyPath
S3Bucket
member of the Code
property, the property path would be Code/S3Bucket
.required
BOOLEAN
Required
true
, the specified property is required.type
STRING
Type
MUTUALLY_EXCLUSIVE_PROPERTIES
- The resource requires mutually-exclusive write-only properties. The IaC generator selects one set of mutually exclusive properties and converts the included properties into parameters. The parameter names have a suffix OneOf
and the parameter descriptions indicate that the corresponding property can be replaced with other exclusive properties.UNSUPPORTED_PROPERTIES
- Unsupported properties are present in the resource. One example of unsupported properties would be a required write-only property that is an array, because a parameter cannot be an array. Another example is an optional write-only property.MUTUALLY_EXCLUSIVE_TYPES
- One or more required write-only properties are found in the resource, and the type of that property can be any of several types.oneOf
or anyOf
. You need to look at the resource provider schema.stack_id
Type: STRING
Provider name: StackId
Description: The stack ARN of the base stack if a base stack was provided when generating the template.
status
Type: STRING
Provider name: Status
Description: The status of the template generation. Supported values are:
CreatePending
- the creation of the template is pending.CreateInProgress
- the creation of the template is in progress.DeletePending
- the deletion of the template is pending.DeleteInProgress
- the deletion of the template is in progress.UpdatePending
- the update of the template is pending.UpdateInProgress
- the update of the template is in progress.Failed
- the template operation failed.Complete
- the template operation is complete.status_reason
Type: STRING
Provider name: StatusReason
Description: The reason for the current template generation status. This will provide more details if a failure happened.
tags
Type: UNORDERED_LIST_STRING
template_configuration
Type: STRUCT
Provider name: TemplateConfiguration
Description: The configuration details of the generated template, including the DeletionPolicy
and UpdateReplacePolicy
.
deletion_policy
STRING
DeletionPolicy
DeletionPolicy
assigned to resources in the generated template. Supported values are:DELETE
- delete all resources when the stack is deleted.RETAIN
- retain all resources when the stack is deleted.update_replace_policy
STRING
UpdateReplacePolicy
UpdateReplacePolicy
assigned to resources in the generated template. Supported values are:DELETE
- delete all resources when the resource is replaced during an update operation.RETAIN
- retain all resources when the resource is replaced during an update operation.total_warnings
Type: INT32
Provider name: TotalWarnings
Description: The number of warnings generated for this template. The warnings are found in the details of each of the resources in the template.