Class: Aws::FSx::Types::CreateAndAttachS3AccessPointOpenZFSConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#file_system_identityTypes::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_idString

The ID of the FSx for OpenZFS volume to which you want the S3 access point attached.

Returns:

  • (String)


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