Class ResponseHeadersPolicyReference
A reference to a ResponseHeadersPolicy resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ResponseHeadersPolicyReference : IResponseHeadersPolicyReference
Syntax (vb)
Public Class ResponseHeadersPolicyReference Implements IResponseHeadersPolicyReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.CloudFront;
var responseHeadersPolicyReference = new ResponseHeadersPolicyReference {
ResponseHeadersPolicyId = "responseHeadersPolicyId"
};
Synopsis
Constructors
| ResponseHeadersPolicyReference() | A reference to a ResponseHeadersPolicy resource. |
Properties
| ResponseHeadersPolicyId | The Id of the ResponseHeadersPolicy resource. |
Constructors
ResponseHeadersPolicyReference()
A reference to a ResponseHeadersPolicy resource.
public ResponseHeadersPolicyReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.CloudFront;
var responseHeadersPolicyReference = new ResponseHeadersPolicyReference {
ResponseHeadersPolicyId = "responseHeadersPolicyId"
};
Properties
ResponseHeadersPolicyId
The Id of the ResponseHeadersPolicy resource.
public string ResponseHeadersPolicyId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated