Class: Aws::OpenSearchService::Types::PackageAssociationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::PackageAssociationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The configuration for associating a package with a domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_store_access_option ⇒ Types::KeyStoreAccessOption
The configuration parameters to enable accessing the key store required by the package.
Instance Attribute Details
#key_store_access_option ⇒ Types::KeyStoreAccessOption
The configuration parameters to enable accessing the key store required by the package.
5773 5774 5775 5776 5777 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5773 class PackageAssociationConfiguration < Struct.new( :key_store_access_option) SENSITIVE = [] include Aws::Structure end |