_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
key
The key material, including the immutable and mutable data for the key. | STRUCT( "key_arn" VARCHAR, "key_attributes" STRUCT( "key_usage" VARCHAR, "key_class" VARCHAR, "key_algorithm" VARCHAR, "key_modes_of_use" STRUCT( "encrypt" BOOLEAN, "decrypt" BOOLEAN, "wrap" BOOLEAN, "unwrap" BOOLEAN, "generate" BOOLEAN, "sign" BOOLEAN, "verify" BOOLEAN, "derive_key" BOOLEAN, "no_restrictions" BOOLEAN ) ), "key_check_value" VARCHAR, "key_check_value_algorithm" VARCHAR, "enabled" BOOLEAN, "exportable" BOOLEAN, "key_state" VARCHAR, "key_origin" VARCHAR, "create_timestamp" TIMESTAMP_S, "usage_start_timestamp" TIMESTAMP_S, "usage_stop_timestamp" TIMESTAMP_S, "delete_pending_timestamp" TIMESTAMP_S, "delete_timestamp" TIMESTAMP_S ) |
Show child fields- key.create_timestamp
The date and time when the key was created.
- key.delete_pending_timestamp
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.
- key.delete_timestamp
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.
- key.enabled
Specifies whether the key is enabled.
- key.exportable
Specifies whether the key is exportable. This data is immutable after the key is created.
- key.key_arn
The Amazon Resource Name (ARN) of the key.
- key.key_attributes
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. Show child fields- key.key_attributes.key_algorithm
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.key_attributes.key_class
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.key_attributes.key_modes_of_use
The list of cryptographic operations that you can perform using the key. Show child fields- key.key_attributes.key_modes_of_use.decrypt
Specifies whether an Amazon Web Services Payment Cryptography key can be used to decrypt data.
- key.key_attributes.key_modes_of_use.derive_key
Specifies whether an Amazon Web Services Payment Cryptography key can be used to derive new keys.
- key.key_attributes.key_modes_of_use.encrypt
Specifies whether an Amazon Web Services Payment Cryptography key can be used to encrypt data.
- key.key_attributes.key_modes_of_use.generate
Specifies whether an Amazon Web Services Payment Cryptography key can be used to generate and verify other card and PIN verification keys.
- key.key_attributes.key_modes_of_use.no_restrictions
Specifies whether an Amazon Web Services Payment Cryptography key has no special restrictions other than the restrictions implied by KeyUsage.
- key.key_attributes.key_modes_of_use.sign
Specifies whether an Amazon Web Services Payment Cryptography key can be used for signing.
- key.key_attributes.key_modes_of_use.unwrap
Specifies whether an Amazon Web Services Payment Cryptography key can be used to unwrap other keys.
- key.key_attributes.key_modes_of_use.verify
Specifies whether an Amazon Web Services Payment Cryptography key can be used to verify signatures.
- key.key_attributes.key_modes_of_use.wrap
Specifies whether an Amazon Web Services Payment Cryptography key can be used to wrap other keys.
- key.key_attributes.key_usage
The cryptographic usage of an Amazon Web Services Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.
- key.key_check_value
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.key_check_value_algorithm
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.key_origin
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.key_state
The state of key that is being created or deleted.
- key.usage_start_timestamp
The date and time after which Amazon Web Services Payment Cryptography will start using the key material for cryptographic operations.
- key.usage_stop_timestamp
The date and time after which Amazon Web Services Payment Cryptography will stop using the key material for cryptographic operations.
|