OriginAccessControlReference
- class aws_cdk.aws_cloudfront.OriginAccessControlReference(*, origin_access_control_id)
Bases:
object
A reference to a OriginAccessControl resource.
- Parameters:
origin_access_control_id (
str
) – The Id of the OriginAccessControl resource.- 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 origin_access_control_reference = cloudfront.OriginAccessControlReference( origin_access_control_id="originAccessControlId" )
Attributes
- origin_access_control_id
The Id of the OriginAccessControl resource.