Interface CfnCloudFrontOriginAccessIdentity.ICloudFrontOriginAccessIdentityConfigProperty
Origin access identity configuration.
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCloudFrontOriginAccessIdentity.ICloudFrontOriginAccessIdentityConfigProperty
Syntax (vb)
Public Interface CfnCloudFrontOriginAccessIdentity.ICloudFrontOriginAccessIdentityConfigProperty
Remarks
Send a GET request to the / CloudFront API version /CloudFront/identity ID/config resource.
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.AWS.CloudFront;
var cloudFrontOriginAccessIdentityConfigProperty = new CloudFrontOriginAccessIdentityConfigProperty {
Comment = "comment"
};
Synopsis
Properties
| Comment | A comment to describe the origin access identity. |
Properties
Comment
A comment to describe the origin access identity.
string Comment { get; }
Property Value
Remarks
The comment cannot be longer than 128 characters.