Class: Aws::S3Control::Types::AccessPoint

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

Overview

An access point used to access a bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_arnString

The ARN for the access point.

Returns:

  • (String)


120
121
122
123
124
125
126
127
128
129
130
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 120

class AccessPoint < Struct.new(
  :name,
  :network_origin,
  :vpc_configuration,
  :bucket,
  :access_point_arn,
  :alias,
  :bucket_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#aliasString

The name or alias of the access point.

Returns:

  • (String)


120
121
122
123
124
125
126
127
128
129
130
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 120

class AccessPoint < Struct.new(
  :name,
  :network_origin,
  :vpc_configuration,
  :bucket,
  :access_point_arn,
  :alias,
  :bucket_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#bucketString

The name of the bucket associated with this access point.

Returns:

  • (String)


120
121
122
123
124
125
126
127
128
129
130
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 120

class AccessPoint < Struct.new(
  :name,
  :network_origin,
  :vpc_configuration,
  :bucket,
  :access_point_arn,
  :alias,
  :bucket_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_account_idString

The Amazon Web Services account ID associated with the S3 bucket associated with this access point.

Returns:

  • (String)


120
121
122
123
124
125
126
127
128
129
130
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 120

class AccessPoint < Struct.new(
  :name,
  :network_origin,
  :vpc_configuration,
  :bucket,
  :access_point_arn,
  :alias,
  :bucket_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of this access point.

Returns:

  • (String)


120
121
122
123
124
125
126
127
128
129
130
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 120

class AccessPoint < Struct.new(
  :name,
  :network_origin,
  :vpc_configuration,
  :bucket,
  :access_point_arn,
  :alias,
  :bucket_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_originString

Indicates whether this access point allows access from the public internet. If VpcConfiguration is specified for this access point, then NetworkOrigin is VPC, and the access point doesn't allow access from the public internet. Otherwise, NetworkOrigin is Internet, and the access point allows access from the public internet, subject to the access point and bucket access policies.

Returns:

  • (String)


120
121
122
123
124
125
126
127
128
129
130
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 120

class AccessPoint < Struct.new(
  :name,
  :network_origin,
  :vpc_configuration,
  :bucket,
  :access_point_arn,
  :alias,
  :bucket_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configurationTypes::VpcConfiguration

The virtual private cloud (VPC) configuration for this access point, if one exists.

This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web Services.



120
121
122
123
124
125
126
127
128
129
130
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 120

class AccessPoint < Struct.new(
  :name,
  :network_origin,
  :vpc_configuration,
  :bucket,
  :access_point_arn,
  :alias,
  :bucket_account_id)
  SENSITIVE = []
  include Aws::Structure
end