Uses of Interface
software.amazon.awscdk.interfaces.cloudfront.IPublicKeyRef
Packages that use IPublicKeyRef
Package
Description
Amazon CloudFront Construct Library
-
Uses of IPublicKeyRef in software.amazon.awscdk.interfaces.cloudfront
Subinterfaces of IPublicKeyRef in software.amazon.awscdk.interfaces.cloudfrontModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIPublicKeyRef.Classes in software.amazon.awscdk.interfaces.cloudfront that implement IPublicKeyRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IPublicKeyRef in software.amazon.awscdk.services.cloudfront
Subinterfaces of IPublicKeyRef in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptioninterfaceRepresents a Public Key.static interfaceInternal default implementation forIPublicKey.Classes in software.amazon.awscdk.services.cloudfront that implement IPublicKeyRefModifier and TypeClassDescriptionclassA public key that you can use with signed URLs and signed cookies , or with field-level encryption .static final classA proxy class which represents a concrete javascript instance of this type.classA 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()