OriginAccessIdentityProps¶
-
class
aws_cdk.aws_cloudfront.
OriginAccessIdentityProps
(*, comment=None)¶ Bases:
object
Properties of CloudFront OriginAccessIdentity.
- Parameters
comment (
Optional
[str
]) – Any comments you want to include about the origin access identity. Default: “Allows CloudFront to reach the bucket”
Attributes
-
comment
¶ Any comments you want to include about the origin access identity.
- Default
“Allows CloudFront to reach the bucket”
- Return type
Optional
[str
]