OriginBindOptions¶
-
class
aws_cdk.aws_cloudfront.
OriginBindOptions
(*, origin_id)¶ Bases:
object
Options passed to Origin.bind().
- Parameters
origin_id (
str
) – The identifier of this Origin, as assigned by the Distribution this Origin has been used added to.
Attributes
-
origin_id
¶ The identifier of this Origin, as assigned by the Distribution this Origin has been used added to.
- Return type
str