Uses of Interface
software.amazon.awscdk.services.cloudfront.IPublicKey
Packages that use IPublicKey
-
Uses of IPublicKey in software.amazon.awscdk.services.cloudfront
Subinterfaces of IPublicKey in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIPublicKey.Classes in software.amazon.awscdk.services.cloudfront that implement IPublicKeyModifier and TypeClassDescriptionstatic 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 IPublicKeyModifier and TypeMethodDescriptionstatic IPublicKeyPublicKey.fromPublicKeyId(software.constructs.Construct scope, String id, String publicKeyId) Imports a Public Key from its id.Methods in software.amazon.awscdk.services.cloudfront that return types with arguments of type IPublicKeyModifier and TypeMethodDescriptionKeyGroupProps.getItems()A list of public keys to add to the key group.final List<IPublicKey>KeyGroupProps.Jsii$Proxy.getItems()Method parameters in software.amazon.awscdk.services.cloudfront with type arguments of type IPublicKeyModifier and TypeMethodDescriptionKeyGroup.Builder.items(List<? extends IPublicKey> items) A list of public keys to add to the key group.KeyGroupProps.Builder.items(List<? extends IPublicKey> items) Sets the value ofKeyGroupProps.getItems()