Class: Aws::Odb::Types::KmsAccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::KmsAccess
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Configuration for Amazon Web Services Key Management Service (KMS) access from the ODB network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name for Amazon Web Services Key Management Service (KMS) access configuration.
-
#ipv4_addresses ⇒ Array<String>
The IPv4 addresses allowed for Amazon Web Services Key Management Service (KMS) access.
-
#kms_policy_document ⇒ String
The Amazon Web Services Key Management Service (KMS) policy document that defines permissions for key usage.
-
#status ⇒ String
The current status of the Amazon Web Services Key Management Service (KMS) access configuration.
Instance Attribute Details
#domain_name ⇒ String
The domain name for Amazon Web Services Key Management Service (KMS) access configuration.
3848 3849 3850 3851 3852 3853 3854 3855 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3848 class KmsAccess < Struct.new( :status, :ipv4_addresses, :domain_name, :kms_policy_document) SENSITIVE = [] include Aws::Structure end |
#ipv4_addresses ⇒ Array<String>
The IPv4 addresses allowed for Amazon Web Services Key Management Service (KMS) access.
3848 3849 3850 3851 3852 3853 3854 3855 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3848 class KmsAccess < Struct.new( :status, :ipv4_addresses, :domain_name, :kms_policy_document) SENSITIVE = [] include Aws::Structure end |
#kms_policy_document ⇒ String
The Amazon Web Services Key Management Service (KMS) policy document that defines permissions for key usage.
3848 3849 3850 3851 3852 3853 3854 3855 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3848 class KmsAccess < Struct.new( :status, :ipv4_addresses, :domain_name, :kms_policy_document) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the Amazon Web Services Key Management Service (KMS) access configuration.
3848 3849 3850 3851 3852 3853 3854 3855 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 3848 class KmsAccess < Struct.new( :status, :ipv4_addresses, :domain_name, :kms_policy_document) SENSITIVE = [] include Aws::Structure end |