Uses of Interface
software.amazon.awscdk.interfaces.cloudfront.IKeyGroupRef
Packages that use IKeyGroupRef
Package
Description
Amazon CloudFront Construct Library
-
Uses of IKeyGroupRef in software.amazon.awscdk.interfaces.cloudfront
Subinterfaces of IKeyGroupRef in software.amazon.awscdk.interfaces.cloudfrontModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIKeyGroupRef.Classes in software.amazon.awscdk.interfaces.cloudfront that implement IKeyGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IKeyGroupRef in software.amazon.awscdk.services.cloudfront
Subinterfaces of IKeyGroupRef in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptioninterfaceRepresents a Key Group.static interfaceInternal default implementation forIKeyGroup.Classes in software.amazon.awscdk.services.cloudfront that implement IKeyGroupRefModifier and TypeClassDescriptionclassA key group.static final classA proxy class which represents a concrete javascript instance of this type.classA Key Group configuration.Methods in software.amazon.awscdk.services.cloudfront that return types with arguments of type IKeyGroupRefModifier and TypeMethodDescriptiondefault List<IKeyGroupRef> AddBehaviorOptions.getTrustedKeyGroups()A list of Key Groups that CloudFront can use to validate signed URLs or signed cookies.final List<IKeyGroupRef> AddBehaviorOptions.Jsii$Proxy.getTrustedKeyGroups()default List<IKeyGroupRef> Behavior.getTrustedKeyGroups()A list of Key Groups that CloudFront can use to validate signed URLs or signed cookies.final List<IKeyGroupRef> Behavior.Jsii$Proxy.getTrustedKeyGroups()final List<IKeyGroupRef> BehaviorOptions.Jsii$Proxy.getTrustedKeyGroups()Method parameters in software.amazon.awscdk.services.cloudfront with type arguments of type IKeyGroupRefModifier and TypeMethodDescriptionAddBehaviorOptions.Builder.trustedKeyGroups(List<? extends IKeyGroupRef> trustedKeyGroups) Sets the value ofAddBehaviorOptions.getTrustedKeyGroups()Behavior.Builder.trustedKeyGroups(List<? extends IKeyGroupRef> trustedKeyGroups) Sets the value ofBehavior.getTrustedKeyGroups()BehaviorOptions.Builder.trustedKeyGroups(List<? extends IKeyGroupRef> trustedKeyGroups) Sets the value ofAddBehaviorOptions.getTrustedKeyGroups()