Uses of Interface
software.amazon.awscdk.services.cloudfront.IPublicKeyRef
Packages that use IPublicKeyRef
-
Uses of IPublicKeyRef in software.amazon.awscdk.services.cloudfront
Subinterfaces of IPublicKeyRef in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptioninterface
Represents a Public Key.static interface
Internal default implementation forIPublicKey
.static interface
Internal default implementation forIPublicKeyRef
.Classes in software.amazon.awscdk.services.cloudfront that implement IPublicKeyRefModifier and TypeClassDescriptionclass
A public key that you can use with signed URLs and signed cookies , or with field-level encryption .static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
A Public Key Configuration.Methods in software.amazon.awscdk.services.cloudfront that return types with arguments of type IPublicKeyRefModifier and TypeMethodDescriptionKeyGroupProps.getItems()
A list of public keys to add to the key group.final List
<IPublicKeyRef> KeyGroupProps.Jsii$Proxy.getItems()
Method parameters in software.amazon.awscdk.services.cloudfront with type arguments of type IPublicKeyRefModifier and TypeMethodDescriptionKeyGroup.Builder.items
(List<? extends IPublicKeyRef> items) A list of public keys to add to the key group.KeyGroupProps.Builder.items
(List<? extends IPublicKeyRef> items) Sets the value ofKeyGroupProps.getItems()