Class: Aws::FSx::Types::S3AccessPointOntapConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

Describes the FSx for ONTAP attachment configuration of an S3 access point attachment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_identityTypes::OntapFileSystemIdentity

The file system identity used to authorize file access requests made using the S3 access point.



8654
8655
8656
8657
8658
8659
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8654

class S3AccessPointOntapConfiguration < Struct.new(
  :volume_id,
  :file_system_identity)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

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

Returns:

  • (String)


8654
8655
8656
8657
8658
8659
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8654

class S3AccessPointOntapConfiguration < Struct.new(
  :volume_id,
  :file_system_identity)
  SENSITIVE = []
  include Aws::Structure
end