Class: Aws::FSx::Types::CreateAndAttachS3AccessPointRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1175
1176
1177
1178
1179
1180
1181
1182
1183
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1175

class CreateAndAttachS3AccessPointRequest < Struct.new(
  :client_request_token,
  :name,
  :type,
  :open_zfs_configuration,
  :s3_access_point)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name you want to assign to this S3 access point.

Returns:

  • (String)


1175
1176
1177
1178
1179
1180
1181
1182
1183
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1175

class CreateAndAttachS3AccessPointRequest < Struct.new(
  :client_request_token,
  :name,
  :type,
  :open_zfs_configuration,
  :s3_access_point)
  SENSITIVE = []
  include Aws::Structure
end

#open_zfs_configurationTypes::CreateAndAttachS3AccessPointOpenZFSConfiguration

Specifies the configuration to use when creating and attaching an S3 access point to an FSx for OpenZFS volume.



1175
1176
1177
1178
1179
1180
1181
1182
1183
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1175

class CreateAndAttachS3AccessPointRequest < Struct.new(
  :client_request_token,
  :name,
  :type,
  :open_zfs_configuration,
  :s3_access_point)
  SENSITIVE = []
  include Aws::Structure
end

#s3_access_pointTypes::CreateAndAttachS3AccessPointS3Configuration

Specifies the virtual private cloud (VPC) configuration if you're creating an access point that is restricted to a VPC. For more information, see Creating access points restricted to a virtual private cloud.



1175
1176
1177
1178
1179
1180
1181
1182
1183
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1175

class CreateAndAttachS3AccessPointRequest < Struct.new(
  :client_request_token,
  :name,
  :type,
  :open_zfs_configuration,
  :s3_access_point)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of S3 access point you want to create. Only OpenZFS is supported.

Returns:

  • (String)


1175
1176
1177
1178
1179
1180
1181
1182
1183
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1175

class CreateAndAttachS3AccessPointRequest < Struct.new(
  :client_request_token,
  :name,
  :type,
  :open_zfs_configuration,
  :s3_access_point)
  SENSITIVE = []
  include Aws::Structure
end