Class: Aws::KMS::Types::ConnectCustomKeyStoreRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kms/types.rb

Overview

Note:

When making an API call, you may pass ConnectCustomKeyStoreRequest data as a hash:

{
  custom_key_store_id: "CustomKeyStoreIdType", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#custom_key_store_idString

Enter the key store ID of the custom key store that you want to connect. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.

Returns:

  • (String)


92
93
94
95
# File 'lib/aws-sdk-kms/types.rb', line 92

class ConnectCustomKeyStoreRequest < Struct.new(
  :custom_key_store_id)
  include Aws::Structure
end