Class: Aws::S3Files::Types::CreateAccessPointRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Web Services ignores the request, but does not return an error.

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

Returns:

  • (String)


75
76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 75

class CreateAccessPointRequest < Struct.new(
  :client_token,
  :tags,
  :file_system_id,
  :posix_user,
  :root_directory)
  SENSITIVE = []
  include Aws::Structure
end

#file_system_idString

The ID or Amazon Resource Name (ARN) of the S3 File System.

Returns:

  • (String)


75
76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 75

class CreateAccessPointRequest < Struct.new(
  :client_token,
  :tags,
  :file_system_id,
  :posix_user,
  :root_directory)
  SENSITIVE = []
  include Aws::Structure
end

#posix_userTypes::PosixUser

The POSIX identity with uid, gid, and secondary group IDs for user enforcement when accessing the file system through this access point.

Returns:



75
76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 75

class CreateAccessPointRequest < Struct.new(
  :client_token,
  :tags,
  :file_system_id,
  :posix_user,
  :root_directory)
  SENSITIVE = []
  include Aws::Structure
end

#root_directoryTypes::RootDirectory

The root directory path for the access point, with optional creation permissions for newly created directories.



75
76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 75

class CreateAccessPointRequest < Struct.new(
  :client_token,
  :tags,
  :file_system_id,
  :posix_user,
  :root_directory)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of key-value pairs to apply to the access point for resource tagging.

Returns:



75
76
77
78
79
80
81
82
83
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 75

class CreateAccessPointRequest < Struct.new(
  :client_token,
  :tags,
  :file_system_id,
  :posix_user,
  :root_directory)
  SENSITIVE = []
  include Aws::Structure
end