Class: Aws::Odb::Types::KmsAccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::KmsAccess
- Includes:
- Structure
- Defined in:
- 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 KMS access configuration.
-
#ipv4_addresses ⇒ Array<String>
The IPv4 addresses allowed for KMS access.
-
#kms_policy_document ⇒ String
The KMS policy document that defines permissions for key usage.
-
#status ⇒ String
The current status of the KMS access configuration.
Instance Attribute Details
#domain_name ⇒ String
The domain name for KMS access configuration.
3783 3784 3785 3786 3787 3788 3789 3790 |
# File 'lib/aws-sdk-odb/types.rb', line 3783 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 KMS access.
3783 3784 3785 3786 3787 3788 3789 3790 |
# File 'lib/aws-sdk-odb/types.rb', line 3783 class KmsAccess < Struct.new( :status, :ipv4_addresses, :domain_name, :kms_policy_document) SENSITIVE = [] include Aws::Structure end |
#kms_policy_document ⇒ String
The KMS policy document that defines permissions for key usage.
3783 3784 3785 3786 3787 3788 3789 3790 |
# File 'lib/aws-sdk-odb/types.rb', line 3783 class KmsAccess < Struct.new( :status, :ipv4_addresses, :domain_name, :kms_policy_document) SENSITIVE = [] include Aws::Structure end |