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)


129
130
131
132
133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 129

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

#aliasString

The name or alias of the access point.

Returns:

  • (String)


129
130
131
132
133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 129

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

#bucketString

The name of the bucket associated with this access point.

Returns:

  • (String)


129
130
131
132
133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 129

class AccessPoint < Struct.new(
  :name,
  :network_origin,
  :vpc_configuration,
  :bucket,
  :access_point_arn,
  :alias,
  :bucket_account_id,
  :data_source_id,
  :data_source_type)
  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)


129
130
131
132
133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 129

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

#data_source_idString

A unique identifier for the data source of the access point.

Returns:

  • (String)


129
130
131
132
133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 129

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

#data_source_typeString

The type of the data source that the access point is attached to.

Returns:

  • (String)


129
130
131
132
133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 129

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

#nameString

The name of this access point.

Returns:

  • (String)


129
130
131
132
133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 129

class AccessPoint < Struct.new(
  :name,
  :network_origin,
  :vpc_configuration,
  :bucket,
  :access_point_arn,
  :alias,
  :bucket_account_id,
  :data_source_id,
  :data_source_type)
  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)


129
130
131
132
133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 129

class AccessPoint < Struct.new(
  :name,
  :network_origin,
  :vpc_configuration,
  :bucket,
  :access_point_arn,
  :alias,
  :bucket_account_id,
  :data_source_id,
  :data_source_type)
  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 services.



129
130
131
132
133
134
135
136
137
138
139
140
141
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 129

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