Class: Aws::FSx::Types::S3AccessPointOpenZFSConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::S3AccessPointOpenZFSConfiguration
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Describes the FSx for OpenZFS attachment configuration of an S3 access point attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_identity ⇒ Types::OpenZFSFileSystemIdentity
The file system identity used to authorize file access requests made using the S3 access point.
-
#volume_id ⇒ String
The ID of the FSx for OpenZFS volume that the S3 access point is attached to.
Instance Attribute Details
#file_system_identity ⇒ Types::OpenZFSFileSystemIdentity
The file system identity used to authorize file access requests made using the S3 access point.
8478 8479 8480 8481 8482 8483 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8478 class S3AccessPointOpenZFSConfiguration < Struct.new( :volume_id, :file_system_identity) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The ID of the FSx for OpenZFS volume that the S3 access point is attached to.
8478 8479 8480 8481 8482 8483 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8478 class S3AccessPointOpenZFSConfiguration < Struct.new( :volume_id, :file_system_identity) SENSITIVE = [] include Aws::Structure end |