Class: Aws::FSx::Types::S3AccessPointOpenZFSConfiguration

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

Instance Attribute Details

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

The ID of the FSx for OpenZFS volume that the S3 access point is attached to.

Returns:

  • (String)


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