Class: Aws::CloudFront::Types::CloudFrontOriginAccessIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CloudFrontOriginAccessIdentity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
CloudFront origin access identity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_front_origin_access_identity_config ⇒ Types::CloudFrontOriginAccessIdentityConfig
The current configuration information for the identity.
-
#id ⇒ String
The ID for the origin access identity, for example, ‘E74FTE3AJFJ256A`.
-
#s3_canonical_user_id ⇒ String
The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.
Instance Attribute Details
#cloud_front_origin_access_identity_config ⇒ Types::CloudFrontOriginAccessIdentityConfig
The current configuration information for the identity.
1275 1276 1277 1278 1279 1280 1281 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1275 class CloudFrontOriginAccessIdentity < Struct.new( :id, :s3_canonical_user_id, :cloud_front_origin_access_identity_config) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID for the origin access identity, for example, ‘E74FTE3AJFJ256A`.
1275 1276 1277 1278 1279 1280 1281 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1275 class CloudFrontOriginAccessIdentity < Struct.new( :id, :s3_canonical_user_id, :cloud_front_origin_access_identity_config) SENSITIVE = [] include Aws::Structure end |
#s3_canonical_user_id ⇒ String
The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.
1275 1276 1277 1278 1279 1280 1281 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1275 class CloudFrontOriginAccessIdentity < Struct.new( :id, :s3_canonical_user_id, :cloud_front_origin_access_identity_config) SENSITIVE = [] include Aws::Structure end |