Class: Aws::Odb::Types::KmsAccess

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domain_nameString

The domain name for KMS access configuration.

Returns:

  • (String)


3783
3784
3785
3786
3787
3788
3789
3790
# File 'gems/aws-sdk-odb/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_addressesArray<String>

The IPv4 addresses allowed for KMS access.

Returns:

  • (Array<String>)


3783
3784
3785
3786
3787
3788
3789
3790
# File 'gems/aws-sdk-odb/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_documentString

The KMS policy document that defines permissions for key usage.

Returns:

  • (String)


3783
3784
3785
3786
3787
3788
3789
3790
# File 'gems/aws-sdk-odb/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

#statusString

The current status of the KMS access configuration.

Returns:

  • (String)


3783
3784
3785
3786
3787
3788
3789
3790
# File 'gems/aws-sdk-odb/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