This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

aws_payment_cryptography_key

account_id

Type: STRING

create_timestamp

Type: TIMESTAMP
Provider name: CreateTimestamp
Description: The date and time when the key was created.

delete_pending_timestamp

Type: TIMESTAMP
Provider name: DeletePendingTimestamp
Description: The date and time after which Amazon Web Services Payment Cryptography will delete the key. This value is present only when KeyState is DELETE_PENDING and the key is scheduled for deletion.

delete_timestamp

Type: TIMESTAMP
Provider name: DeleteTimestamp
Description: The date and time after which Amazon Web Services Payment Cryptography will delete the key. This value is present only when when the KeyState is DELETE_COMPLETE and the Amazon Web Services Payment Cryptography key is deleted.

derive_key_usage

Type: STRING
Provider name: DeriveKeyUsage
Description: The cryptographic usage of an ECDH derived key as defined in section A.5.2 of the TR-31 spec.

enabled

Type: BOOLEAN
Provider name: Enabled
Description: Specifies whether the key is enabled.

exportable

Type: BOOLEAN
Provider name: Exportable
Description: Specifies whether the key is exportable. This data is immutable after the key is created.

key_arn

Type: STRING
Provider name: KeyArn
Description: The Amazon Resource Name (ARN) of the key.

key_attributes

Type: STRUCT
Provider name: KeyAttributes
Description: The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the key is created.

  • key_algorithm
    Type: STRING
    Provider name: KeyAlgorithm
    Description: The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key. For symmetric keys, Amazon Web Services Payment Cryptography supports AES and TDES algorithms. For asymmetric keys, Amazon Web Services Payment Cryptography supports RSA and ECC_NIST algorithms.
  • key_class
    Type: STRING
    Provider name: KeyClass
    Description: The type of Amazon Web Services Payment Cryptography key to create, which determines the classification of the cryptographic method and whether Amazon Web Services Payment Cryptography key contains a symmetric key or an asymmetric key pair.
  • key_modes_of_use
    Type: STRUCT
    Provider name: KeyModesOfUse
    Description: The list of cryptographic operations that you can perform using the key.
    • decrypt
      Type: BOOLEAN
      Provider name: Decrypt
      Description: Specifies whether an Amazon Web Services Payment Cryptography key can be used to decrypt data.
    • derive_key
      Type: BOOLEAN
      Provider name: DeriveKey
      Description: Specifies whether an Amazon Web Services Payment Cryptography key can be used to derive new keys.
    • encrypt
      Type: BOOLEAN
      Provider name: Encrypt
      Description: Specifies whether an Amazon Web Services Payment Cryptography key can be used to encrypt data.
    • generate
      Type: BOOLEAN
      Provider name: Generate
      Description: Specifies whether an Amazon Web Services Payment Cryptography key can be used to generate and verify other card and PIN verification keys.
    • no_restrictions
      Type: BOOLEAN
      Provider name: NoRestrictions
      Description: Specifies whether an Amazon Web Services Payment Cryptography key has no special restrictions other than the restrictions implied by KeyUsage.
    • sign
      Type: BOOLEAN
      Provider name: Sign
      Description: Specifies whether an Amazon Web Services Payment Cryptography key can be used for signing.
    • unwrap
      Type: BOOLEAN
      Provider name: Unwrap
      Description: Specifies whether an Amazon Web Services Payment Cryptography key can be used to unwrap other keys.
    • verify
      Type: BOOLEAN
      Provider name: Verify
      Description: Specifies whether an Amazon Web Services Payment Cryptography key can be used to verify signatures.
    • wrap
      Type: BOOLEAN
      Provider name: Wrap
      Description: Specifies whether an Amazon Web Services Payment Cryptography key can be used to wrap other keys.
  • key_usage
    Type: STRING
    Provider name: KeyUsage
    Description: The cryptographic usage of an Amazon Web Services Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.

key_check_value

Type: STRING
Provider name: KeyCheckValue
Description: The key check value (KCV) is used to check if all parties holding a given key have the same key or to detect that a key has changed.

key_check_value_algorithm

Type: STRING
Provider name: KeyCheckValueAlgorithm
Description: The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV). It is used to validate the key integrity. For TDES keys, the KCV is computed by encrypting 8 bytes, each with value of zero, with the key to be checked and retaining the 3 highest order bytes of the encrypted result. For AES keys, the KCV is computed using a CMAC algorithm where the input data is 16 bytes of zero and retaining the 3 highest order bytes of the encrypted result.

key_origin

Type: STRING
Provider name: KeyOrigin
Description: The source of the key material. For keys created within Amazon Web Services Payment Cryptography, the value is AWS_PAYMENT_CRYPTOGRAPHY. For keys imported into Amazon Web Services Payment Cryptography, the value is EXTERNAL.

key_state

Type: STRING
Provider name: KeyState
Description: The state of key that is being created or deleted.

tags

Type: UNORDERED_LIST_STRING

usage_start_timestamp

Type: TIMESTAMP
Provider name: UsageStartTimestamp
Description: The date and time after which Amazon Web Services Payment Cryptography will start using the key material for cryptographic operations.

usage_stop_timestamp

Type: TIMESTAMP
Provider name: UsageStopTimestamp
Description: The date and time after which Amazon Web Services Payment Cryptography will stop using the key material for cryptographic operations.