Class PublicKeyConfig

java.lang.Object
software.amazon.awssdk.services.cloudfront.model.PublicKeyConfig
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<PublicKeyConfig.Builder,PublicKeyConfig>

@Generated("software.amazon.awssdk:codegen") public final class PublicKeyConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PublicKeyConfig.Builder,PublicKeyConfig>

Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.

CloudFront supports signed URLs and signed cookies with RSA 2048 or ECDSA 256 key signatures. Field-level encryption is only compatible with RSA 2048 key signatures.

See Also: