Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Information about the Amazon Elastic File System file system that is used for task storage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization_config ⇒ Types::AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails
The authorization configuration details for the Amazon EFS file system.
-
#filesystem_id ⇒ String
The Amazon EFS file system identifier to use.
-
#root_directory ⇒ String
The directory within the Amazon EFS file system to mount as the root directory inside the host.
-
#transit_encryption ⇒ String
Whether to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server.
-
#transit_encryption_port ⇒ Integer
The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.
Instance Attribute Details
#authorization_config ⇒ Types::AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails
The authorization configuration details for the Amazon EFS file system.
11496 11497 11498 11499 11500 11501 11502 11503 11504 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11496 class AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails < Struct.new( :authorization_config, :filesystem_id, :root_directory, :transit_encryption, :transit_encryption_port) SENSITIVE = [] include Aws::Structure end |
#filesystem_id ⇒ String
The Amazon EFS file system identifier to use.
11496 11497 11498 11499 11500 11501 11502 11503 11504 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11496 class AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails < Struct.new( :authorization_config, :filesystem_id, :root_directory, :transit_encryption, :transit_encryption_port) SENSITIVE = [] include Aws::Structure end |
#root_directory ⇒ String
The directory within the Amazon EFS file system to mount as the root directory inside the host.
11496 11497 11498 11499 11500 11501 11502 11503 11504 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11496 class AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails < Struct.new( :authorization_config, :filesystem_id, :root_directory, :transit_encryption, :transit_encryption_port) SENSITIVE = [] include Aws::Structure end |
#transit_encryption ⇒ String
Whether to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server.
11496 11497 11498 11499 11500 11501 11502 11503 11504 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11496 class AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails < Struct.new( :authorization_config, :filesystem_id, :root_directory, :transit_encryption, :transit_encryption_port) SENSITIVE = [] include Aws::Structure end |
#transit_encryption_port ⇒ Integer
The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.
11496 11497 11498 11499 11500 11501 11502 11503 11504 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11496 class AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails < Struct.new( :authorization_config, :filesystem_id, :root_directory, :transit_encryption, :transit_encryption_port) SENSITIVE = [] include Aws::Structure end |