CfnCloudFrontOriginAccessIdentityProps

class aws_cdk.aws_cloudfront.CfnCloudFrontOriginAccessIdentityProps(*, cloud_front_origin_access_identity_config)

Bases: object

Properties for defining a CfnCloudFrontOriginAccessIdentity.

Parameters:

cloud_front_origin_access_identity_config (Union[IResolvable, CloudFrontOriginAccessIdentityConfigProperty, Dict[str, Any]]) – The current configuration information for the identity.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_cloudfront as cloudfront

cfn_cloud_front_origin_access_identity_props = cloudfront.CfnCloudFrontOriginAccessIdentityProps(
    cloud_front_origin_access_identity_config=cloudfront.CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty(
        comment="comment"
    )
)

Attributes

cloud_front_origin_access_identity_config

The current configuration information for the identity.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-cloudfrontoriginaccessidentity.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig