@Stability(value=Stable)
public static interface CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getComment()
A comment to describe the origin access identity.
|
@Stability(value=Stable) @NotNull String getComment()
The comment cannot be longer than 128 characters.
@Stability(value=Stable) static CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.