Class: Aws::S3Control::Types::GetAccessPointResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetAccessPointResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_point_arn ⇒ String
The ARN of the access point.
-
#alias ⇒ String
The name or alias of the access point.
-
#bucket ⇒ String
The name of the bucket associated with the specified access point.
-
#bucket_account_id ⇒ String
The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
-
#creation_date ⇒ Time
The date and time when the specified access point was created.
-
#data_source_id ⇒ String
The unique identifier for the data source of the access point.
-
#data_source_type ⇒ String
The type of the data source that the access point is attached to.
-
#endpoints ⇒ Hash<String,String>
The VPC endpoint for the access point.
-
#name ⇒ String
The name of the specified access point.
-
#network_origin ⇒ String
Indicates whether this access point allows access from the public internet.
-
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
The
PublicAccessBlock
configuration that you want to apply to this Amazon S3 account. -
#vpc_configuration ⇒ Types::VpcConfiguration
Contains the virtual private cloud (VPC) configuration for the specified access point.
Instance Attribute Details
#access_point_arn ⇒ String
The ARN of the access point.
2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2931 class GetAccessPointResult < Struct.new( :name, :bucket, :network_origin, :vpc_configuration, :public_access_block_configuration, :creation_date, :alias, :access_point_arn, :endpoints, :bucket_account_id, :data_source_id, :data_source_type) SENSITIVE = [] include Aws::Structure end |
#alias ⇒ String
The name or alias of the access point.
2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2931 class GetAccessPointResult < Struct.new( :name, :bucket, :network_origin, :vpc_configuration, :public_access_block_configuration, :creation_date, :alias, :access_point_arn, :endpoints, :bucket_account_id, :data_source_id, :data_source_type) SENSITIVE = [] include Aws::Structure end |
#bucket ⇒ String
The name of the bucket associated with the specified access point.
2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2931 class GetAccessPointResult < Struct.new( :name, :bucket, :network_origin, :vpc_configuration, :public_access_block_configuration, :creation_date, :alias, :access_point_arn, :endpoints, :bucket_account_id, :data_source_id, :data_source_type) SENSITIVE = [] include Aws::Structure end |
#bucket_account_id ⇒ String
The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2931 class GetAccessPointResult < Struct.new( :name, :bucket, :network_origin, :vpc_configuration, :public_access_block_configuration, :creation_date, :alias, :access_point_arn, :endpoints, :bucket_account_id, :data_source_id, :data_source_type) SENSITIVE = [] include Aws::Structure end |
#creation_date ⇒ Time
The date and time when the specified access point was created.
2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2931 class GetAccessPointResult < Struct.new( :name, :bucket, :network_origin, :vpc_configuration, :public_access_block_configuration, :creation_date, :alias, :access_point_arn, :endpoints, :bucket_account_id, :data_source_id, :data_source_type) SENSITIVE = [] include Aws::Structure end |
#data_source_id ⇒ String
The unique identifier for the data source of the access point.
2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2931 class GetAccessPointResult < Struct.new( :name, :bucket, :network_origin, :vpc_configuration, :public_access_block_configuration, :creation_date, :alias, :access_point_arn, :endpoints, :bucket_account_id, :data_source_id, :data_source_type) SENSITIVE = [] include Aws::Structure end |
#data_source_type ⇒ String
The type of the data source that the access point is attached to.
2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2931 class GetAccessPointResult < Struct.new( :name, :bucket, :network_origin, :vpc_configuration, :public_access_block_configuration, :creation_date, :alias, :access_point_arn, :endpoints, :bucket_account_id, :data_source_id, :data_source_type) SENSITIVE = [] include Aws::Structure end |
#endpoints ⇒ Hash<String,String>
The VPC endpoint for the access point.
2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2931 class GetAccessPointResult < Struct.new( :name, :bucket, :network_origin, :vpc_configuration, :public_access_block_configuration, :creation_date, :alias, :access_point_arn, :endpoints, :bucket_account_id, :data_source_id, :data_source_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the specified access point.
2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2931 class GetAccessPointResult < Struct.new( :name, :bucket, :network_origin, :vpc_configuration, :public_access_block_configuration, :creation_date, :alias, :access_point_arn, :endpoints, :bucket_account_id, :data_source_id, :data_source_type) SENSITIVE = [] include Aws::Structure end |
#network_origin ⇒ String
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.
This will always be true for an Amazon S3 on Outposts access point
2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2931 class GetAccessPointResult < Struct.new( :name, :bucket, :network_origin, :vpc_configuration, :public_access_block_configuration, :creation_date, :alias, :access_point_arn, :endpoints, :bucket_account_id, :data_source_id, :data_source_type) SENSITIVE = [] include Aws::Structure end |
#public_access_block_configuration ⇒ Types::PublicAccessBlockConfiguration
The PublicAccessBlock
configuration that you want to apply to this
Amazon S3 account. You can enable the configuration options in any
combination. For more information about when Amazon S3 considers a
bucket or object public, see The Meaning of "Public" in the
Amazon S3 User Guide.
This data type is not supported for Amazon S3 on Outposts.
2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2931 class GetAccessPointResult < Struct.new( :name, :bucket, :network_origin, :vpc_configuration, :public_access_block_configuration, :creation_date, :alias, :access_point_arn, :endpoints, :bucket_account_id, :data_source_id, :data_source_type) SENSITIVE = [] include Aws::Structure end |
#vpc_configuration ⇒ Types::VpcConfiguration
Contains the virtual private cloud (VPC) configuration for the specified access point.
2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2931 class GetAccessPointResult < Struct.new( :name, :bucket, :network_origin, :vpc_configuration, :public_access_block_configuration, :creation_date, :alias, :access_point_arn, :endpoints, :bucket_account_id, :data_source_id, :data_source_type) SENSITIVE = [] include Aws::Structure end |