Class: Aws::PaymentCryptography::Types::KeySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::KeySummary
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Metadata about an Amazon Web Services Payment Cryptography key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specifies whether the key is enabled.
-
#exportable ⇒ Boolean
Specifies whether the key is exportable.
-
#key_arn ⇒ String
The Amazon Resource Name (ARN) of the key.
-
#key_attributes ⇒ Types::KeyAttributes
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
-
#key_check_value ⇒ String
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_state ⇒ String
The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
-
#multi_region_key_type ⇒ String
Indicates whether this key is a multi-region key and its role in the multi-region key hierarchy.
-
#primary_region ⇒ String
An Amazon Web Services Region identifier in the standard format (e.g.,
us-east-1,eu-west-1).
Instance Attribute Details
#enabled ⇒ Boolean
Specifies whether the key is enabled.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1724 class KeySummary < Struct.new( :key_arn, :key_state, :key_attributes, :key_check_value, :exportable, :enabled, :multi_region_key_type, :primary_region) SENSITIVE = [] include Aws::Structure end |
#exportable ⇒ Boolean
Specifies whether the key is exportable. This data is immutable after the key is created.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1724 class KeySummary < Struct.new( :key_arn, :key_state, :key_attributes, :key_check_value, :exportable, :enabled, :multi_region_key_type, :primary_region) SENSITIVE = [] include Aws::Structure end |
#key_arn ⇒ String
The Amazon Resource Name (ARN) of the key.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1724 class KeySummary < Struct.new( :key_arn, :key_state, :key_attributes, :key_check_value, :exportable, :enabled, :multi_region_key_type, :primary_region) SENSITIVE = [] include Aws::Structure end |
#key_attributes ⇒ Types::KeyAttributes
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.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1724 class KeySummary < Struct.new( :key_arn, :key_state, :key_attributes, :key_check_value, :exportable, :enabled, :multi_region_key_type, :primary_region) SENSITIVE = [] include Aws::Structure end |
#key_check_value ⇒ String
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.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1724 class KeySummary < Struct.new( :key_arn, :key_state, :key_attributes, :key_check_value, :exportable, :enabled, :multi_region_key_type, :primary_region) SENSITIVE = [] include Aws::Structure end |
#key_state ⇒ String
The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1724 class KeySummary < Struct.new( :key_arn, :key_state, :key_attributes, :key_check_value, :exportable, :enabled, :multi_region_key_type, :primary_region) SENSITIVE = [] include Aws::Structure end |
#multi_region_key_type ⇒ String
Indicates whether this key is a multi-region key and its role in the multi-region key hierarchy.
Multi-region keys allow the same key material to be used across multiple Amazon Web Services Regions. This field specifies whether the key is a primary key (which can be replicated to other regions) or a replica key (which is a copy of a primary key in another region).
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1724 class KeySummary < Struct.new( :key_arn, :key_state, :key_attributes, :key_check_value, :exportable, :enabled, :multi_region_key_type, :primary_region) SENSITIVE = [] include Aws::Structure end |
#primary_region ⇒ String
An Amazon Web Services Region identifier in the standard format
(e.g., us-east-1, eu-west-1).
Used to specify regions for key replication operations. The region must be a valid Amazon Web Services Region where Amazon Web Services Payment Cryptography is available.
1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1724 class KeySummary < Struct.new( :key_arn, :key_state, :key_attributes, :key_check_value, :exportable, :enabled, :multi_region_key_type, :primary_region) SENSITIVE = [] include Aws::Structure end |