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.- Link:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.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.