@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-11T17:58:48.656Z") @Stability(value=Stable) public interface CfnCloudFrontOriginAccessIdentityProps extends software.amazon.jsii.JsiiSerializable
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.*;
CfnCloudFrontOriginAccessIdentityProps cfnCloudFrontOriginAccessIdentityProps = CfnCloudFrontOriginAccessIdentityProps.builder()
.cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfigProperty.builder()
.comment("comment")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCloudFrontOriginAccessIdentityProps.Builder
A builder for
CfnCloudFrontOriginAccessIdentityProps |
static class |
CfnCloudFrontOriginAccessIdentityProps.Jsii$Proxy
An implementation for
CfnCloudFrontOriginAccessIdentityProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnCloudFrontOriginAccessIdentityProps.Builder |
builder() |
Object |
getCloudFrontOriginAccessIdentityConfig()
The current configuration information for the identity.
|
@Stability(value=Stable) @NotNull Object getCloudFrontOriginAccessIdentityConfig()
@Stability(value=Stable) static CfnCloudFrontOriginAccessIdentityProps.Builder builder()
Copyright © 2022. All rights reserved.