Class: Aws::FSx::Types::CreateAndAttachS3AccessPointOpenZFSConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateAndAttachS3AccessPointOpenZFSConfiguration
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Specifies the FSx for OpenZFS volume that the S3 access point will be attached to, and the file system user identity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_identity ⇒ Types::OpenZFSFileSystemIdentity
Specifies the file system user identity to use for authorizing file read and write requests that are made using this S3 access point.
-
#volume_id ⇒ String
The ID of the FSx for OpenZFS volume to which you want the S3 access point attached.
Instance Attribute Details
#file_system_identity ⇒ Types::OpenZFSFileSystemIdentity
Specifies the file system user identity to use for authorizing file read and write requests that are made using this S3 access point.
1131 1132 1133 1134 1135 1136 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1131 class CreateAndAttachS3AccessPointOpenZFSConfiguration < Struct.new( :volume_id, :file_system_identity) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The ID of the FSx for OpenZFS volume to which you want the S3 access point attached.
1131 1132 1133 1134 1135 1136 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1131 class CreateAndAttachS3AccessPointOpenZFSConfiguration < Struct.new( :volume_id, :file_system_identity) SENSITIVE = [] include Aws::Structure end |