CloudFront.CloudFrontOriginAccessIdentity
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html
type properties = {
cloud_front_origin_access_identity_config : cloud_front_origin_access_identity_config;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html;
val make_properties :
cloud_front_origin_access_identity_config:
cloud_front_origin_access_identity_config ->
unit ->
properties
val make_cloud_front_origin_access_identity_config :
comment:string ->
unit ->
cloud_front_origin_access_identity_config
val yojson_of_cloud_front_origin_access_identity_config :
cloud_front_origin_access_identity_config ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * [> `Assoc of (string * Yojson.Safe.t) list ]) list ]
val create_attributes : string -> attributes