Uses of Interface
software.amazon.awscdk.services.cloudfront.IKeyGroupRef
Packages that use IKeyGroupRef
-
Uses of IKeyGroupRef in software.amazon.awscdk.services.cloudfront
Subinterfaces of IKeyGroupRef in software.amazon.awscdk.services.cloudfrontModifier and TypeInterfaceDescriptioninterface
Represents a Key Group.static interface
Internal default implementation forIKeyGroup
.static interface
Internal default implementation forIKeyGroupRef
.Classes in software.amazon.awscdk.services.cloudfront that implement IKeyGroupRefModifier and TypeClassDescriptionclass
A key group.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 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()
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()
BehaviorOptions.Builder.trustedKeyGroups
(List<? extends IKeyGroupRef> trustedKeyGroups) Sets the value ofAddBehaviorOptions.getTrustedKeyGroups()