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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComment
A comment to describe the origin access identity.The comment cannot be longer than 128 characters.
- See Also:
-
builder
@Stability(Stable) static CfnCloudFrontOriginAccessIdentity.CloudFrontOriginAccessIdentityConfigProperty.Builder builder()
-