@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-11T17:58:48.740Z") @Stability(value=Stable) public interface CfnPublicKeyProps 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.*;
CfnPublicKeyProps cfnPublicKeyProps = CfnPublicKeyProps.builder()
.publicKeyConfig(PublicKeyConfigProperty.builder()
.callerReference("callerReference")
.encodedKey("encodedKey")
.name("name")
// the properties below are optional
.comment("comment")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPublicKeyProps.Builder
A builder for
CfnPublicKeyProps |
static class |
CfnPublicKeyProps.Jsii$Proxy
An implementation for
CfnPublicKeyProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPublicKeyProps.Builder |
builder() |
Object |
getPublicKeyConfig()
Configuration information about a public key that you can use with [signed URLs and signed cookies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) , or with [field-level encryption](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html) .
|
@Stability(value=Stable) @NotNull Object getPublicKeyConfig()
@Stability(value=Stable) static CfnPublicKeyProps.Builder builder()
CfnPublicKeyProps.Builder of CfnPublicKeyPropsCopyright © 2022. All rights reserved.