public static interface CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty.Builder
|
static class |
CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty.Jsii$Proxy
An implementation for
CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty.Builder |
builder() |
java.lang.String |
getComment()
A comment to describe the origin access identity.
|