Interface CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty.Jsii$Proxy
Enclosing class:
CfnCloudFrontOriginAccessIdentity

@Stability(Stable) public static interface CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty extends software.amazon.jsii.JsiiSerializable
Origin access identity configuration.

Send a GET request to the / *CloudFront API version* /CloudFront/identity ID/config resource.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.cloudfront.*;
 CloudFrontOriginAccessIdentityConfigProperty cloudFrontOriginAccessIdentityConfigProperty = CloudFrontOriginAccessIdentityConfigProperty.builder()
         .comment("comment")
         .build();
 

See Also: