Class: Aws::CloudFront::Types::CloudFrontOriginAccessIdentity

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

Overview

CloudFront origin access identity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_front_origin_access_identity_configTypes::CloudFrontOriginAccessIdentityConfig

The current configuration information for the identity.



1058
1059
1060
1061
1062
1063
1064
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1058

class CloudFrontOriginAccessIdentity < Struct.new(
  :id,
  :s3_canonical_user_id,
  :cloud_front_origin_access_identity_config)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID for the origin access identity, for example, E74FTE3AJFJ256A.

Returns:

  • (String)


1058
1059
1060
1061
1062
1063
1064
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1058

class CloudFrontOriginAccessIdentity < Struct.new(
  :id,
  :s3_canonical_user_id,
  :cloud_front_origin_access_identity_config)
  SENSITIVE = []
  include Aws::Structure
end

#s3_canonical_user_idString

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.

Returns:

  • (String)


1058
1059
1060
1061
1062
1063
1064
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1058

class CloudFrontOriginAccessIdentity < Struct.new(
  :id,
  :s3_canonical_user_id,
  :cloud_front_origin_access_identity_config)
  SENSITIVE = []
  include Aws::Structure
end