Class: Aws::EMRContainers::Types::AuthorizationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::AuthorizationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Authorization-related configuration inputs for the security configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Encryption-related configuration input for the security configuration.
-
#lake_formation_configuration ⇒ Types::LakeFormationConfiguration
Lake Formation related configuration inputs for the security configuration.
Instance Attribute Details
#encryption_configuration ⇒ Types::EncryptionConfiguration
Encryption-related configuration input for the security configuration.
28 29 30 31 32 33 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 28 class AuthorizationConfiguration < Struct.new( :lake_formation_configuration, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#lake_formation_configuration ⇒ Types::LakeFormationConfiguration
Lake Formation related configuration inputs for the security configuration.
28 29 30 31 32 33 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 28 class AuthorizationConfiguration < Struct.new( :lake_formation_configuration, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |