- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
account_id
Type: STRING
key_arn
Type: STRING
key_id
Type: STRING
key_metadata
Type: STRUCT
Provider name: KeyMetadata
Description: Metadata associated with the key.
arn
STRING
Arn
aws_account_id
STRING
AWSAccountId
cloud_hsm_cluster_id
STRING
CloudHsmClusterId
creation_date
TIMESTAMP
CreationDate
custom_key_store_id
STRING
CustomKeyStoreId
customer_master_key_spec
STRING
CustomerMasterKeySpec
KeySpec
field. The KeySpec
and CustomerMasterKeySpec
fields have the same value. We recommend that you use the KeySpec
field in your code. However, to avoid breaking changes, KMS supports both fields.deletion_date
TIMESTAMP
DeletionDate
KeyState
is PendingDeletion
. When the primary key in a multi-Region key is scheduled for deletion but still has replica keys, its key state is PendingReplicaDeletion
and the length of its waiting period is displayed in the PendingDeletionWindowInDays
field.description
STRING
Description
enabled
BOOLEAN
Enabled
KeyState
is Enabled
this value is true, otherwise it is false.encryption_algorithms
UNORDERED_LIST_STRING
EncryptionAlgorithms
KeyUsage
of the KMS key is ENCRYPT_DECRYPT
.expiration_model
STRING
ExpirationModel
Origin
is EXTERNAL
, otherwise this value is omitted.key_agreement_algorithms
UNORDERED_LIST_STRING
KeyAgreementAlgorithms
key_id
STRING
KeyId
key_manager
STRING
KeyManager
key_spec
STRING
KeySpec
key_state
STRING
KeyState
key_usage
STRING
KeyUsage
mac_algorithms
UNORDERED_LIST_STRING
MacAlgorithms
KeyUsage
of the KMS key is GENERATE_VERIFY_MAC
.multi_region
BOOLEAN
MultiRegion
True
) or regional (False
) key. This value is True
for multi-Region primary and replica keys and False
for regional KMS keys. For more information about multi-Region keys, see Multi-Region keys in KMS in the Key Management Service Developer Guide.multi_region_configuration
STRUCT
MultiRegionConfiguration
MultiRegion
field is True
. For more information about any listed KMS key, use the DescribeKey operation.MultiRegionKeyType
indicates whether the KMS key is a PRIMARY
or REPLICA
key.PrimaryKey
displays the key ARN and Region of the primary key. This field displays the current KMS key if it is the primary key.ReplicaKeys
displays the key ARNs and Regions of all replica keys. This field includes the current KMS key if it is a replica key.multi_region_key_type
STRING
MultiRegionKeyType
PRIMARY
or REPLICA
key.primary_key
STRUCT
PrimaryKey
arn
STRING
Arn
region
STRING
Region
replica_keys
UNORDERED_LIST_STRUCT
ReplicaKeys
arn
STRING
Arn
region
STRING
Region
origin
STRING
Origin
AWS_KMS
, KMS created the key material. When this value is EXTERNAL
, the key material was imported or the KMS key doesn’t have any key material. When this value is AWS_CLOUDHSM
, the key material was created in the CloudHSM cluster associated with a custom key store.pending_deletion_window_in_days
INT32
PendingDeletionWindowInDays
KeyState
of the KMS key is PendingReplicaDeletion
. That indicates that the KMS key is the primary key in a multi-Region key, it is scheduled for deletion, and it still has existing replica keys. When a single-Region KMS key or a multi-Region replica key is scheduled for deletion, its deletion date is displayed in the DeletionDate
field. However, when the primary key in a multi-Region key is scheduled for deletion, its waiting period doesn’t begin until all of its replica keys are deleted. This value displays that waiting period. When the last replica key in the multi-Region key is deleted, the KeyState
of the scheduled primary key changes from PendingReplicaDeletion
to PendingDeletion
and the deletion date appears in the DeletionDate
field.signing_algorithms
UNORDERED_LIST_STRING
SigningAlgorithms
KeyUsage
of the KMS key is SIGN_VERIFY
.valid_to
TIMESTAMP
ValidTo
Origin
is EXTERNAL
and whose ExpirationModel
is KEY_MATERIAL_EXPIRES
, otherwise this value is omitted.xks_key_configuration
STRUCT
XksKeyConfiguration
id
STRING
Id
key_rotation_enabled
Type: BOOLEAN
Provider name: KeyRotationEnabled
Description: A Boolean value that specifies whether key rotation is enabled.
next_rotation_date
Type: TIMESTAMP
Provider name: NextRotationDate
Description: The next date that KMS will automatically rotate the key material.
on_demand_rotation_start_date
Type: TIMESTAMP
Provider name: OnDemandRotationStartDate
Description: Identifies the date and time that an in progress on-demand rotation was initiated. The KMS API follows an eventual consistency model due to the distributed nature of the system. As a result, there might be a slight delay between initiating on-demand key rotation and the rotation’s completion. Once the on-demand rotation is complete, use ListKeyRotations to view the details of the on-demand rotation.
rotation_period_in_days
Type: INT32
Provider name: RotationPeriodInDays
Description: The number of days between each automatic rotation. The default value is 365 days.
tags
Type: UNORDERED_LIST_STRING