Class: Aws::EMRContainers::Types::SecurityConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::SecurityConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
Inputs related to the security configuration. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN (Amazon Resource Name) of the security configuration.
-
#created_at ⇒ Time
The date and time that the job run was created.
-
#created_by ⇒ String
The user who created the job run.
-
#id ⇒ String
The ID of the security configuration.
-
#name ⇒ String
The name of the security configuration.
-
#security_configuration_data ⇒ Types::SecurityConfigurationData
Security configuration inputs for the request.
-
#tags ⇒ Hash<String,String>
The tags to assign to the security configuration.
Instance Attribute Details
#arn ⇒ String
The ARN (Amazon Resource Name) of the security configuration.
1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1757 class SecurityConfiguration < Struct.new( :id, :name, :arn, :created_at, :created_by, :security_configuration_data, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the job run was created.
1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1757 class SecurityConfiguration < Struct.new( :id, :name, :arn, :created_at, :created_by, :security_configuration_data, :tags) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user who created the job run.
1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1757 class SecurityConfiguration < Struct.new( :id, :name, :arn, :created_at, :created_by, :security_configuration_data, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the security configuration.
1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1757 class SecurityConfiguration < Struct.new( :id, :name, :arn, :created_at, :created_by, :security_configuration_data, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the security configuration.
1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1757 class SecurityConfiguration < Struct.new( :id, :name, :arn, :created_at, :created_by, :security_configuration_data, :tags) SENSITIVE = [] include Aws::Structure end |
#security_configuration_data ⇒ Types::SecurityConfigurationData
Security configuration inputs for the request.
1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1757 class SecurityConfiguration < Struct.new( :id, :name, :arn, :created_at, :created_by, :security_configuration_data, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to assign to the security configuration.
1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1757 class SecurityConfiguration < Struct.new( :id, :name, :arn, :created_at, :created_by, :security_configuration_data, :tags) SENSITIVE = [] include Aws::Structure end |