Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html

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

string

Remarks

The comment cannot be longer than 128 characters.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig.html#cfn-cloudfront-cloudfrontoriginaccessidentity-cloudfrontoriginaccessidentityconfig-comment

Back to top Generated by DocFX