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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


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

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)


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

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)


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

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)


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

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)


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

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)


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

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.

<note markdown=“1”> This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web Servicesservices.

</note>


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

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