interface IOriginRequestPolicy
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CloudFront.IOriginRequestPolicy |
Java | software.amazon.awscdk.services.cloudfront.IOriginRequestPolicy |
Python | aws_cdk.aws_cloudfront.IOriginRequestPolicy |
TypeScript (source) | @aws-cdk/aws-cloudfront » IOriginRequestPolicy |
Implemented by
Origin
Obtainable from
Origin.fromOriginRequestPolicyId()
Represents a Origin Request Policy.
Properties
| Name | Type | Description |
|---|---|---|
| origin | string | The ID of the origin request policy. |
originRequestPolicyId
Type:
string
The ID of the origin request policy.

.NET
Java
Python
TypeScript (