| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IKeyGroup.Jsii$Default
Internal default implementation for
IKeyGroup. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IKeyGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
KeyGroup
A Key Group configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static IKeyGroup |
KeyGroup.fromKeyGroupId(software.constructs.Construct scope,
String id,
String keyGroupId)
Imports a Key Group from its id.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IKeyGroup> |
Behavior.getTrustedKeyGroups()
A list of Key Groups that CloudFront can use to validate signed URLs or signed cookies.
|
List<IKeyGroup> |
Behavior.Jsii$Proxy.getTrustedKeyGroups() |
List<IKeyGroup> |
BehaviorOptions.Jsii$Proxy.getTrustedKeyGroups() |
default List<IKeyGroup> |
AddBehaviorOptions.getTrustedKeyGroups()
A list of Key Groups that CloudFront can use to validate signed URLs or signed cookies.
|
List<IKeyGroup> |
AddBehaviorOptions.Jsii$Proxy.getTrustedKeyGroups() |
| Modifier and Type | Method and Description |
|---|---|
Behavior.Builder |
Behavior.Builder.trustedKeyGroups(List<? extends IKeyGroup> trustedKeyGroups)
Sets the value of
Behavior.getTrustedKeyGroups() |
BehaviorOptions.Builder |
BehaviorOptions.Builder.trustedKeyGroups(List<? extends IKeyGroup> trustedKeyGroups)
Sets the value of
AddBehaviorOptions.getTrustedKeyGroups() |
AddBehaviorOptions.Builder |
AddBehaviorOptions.Builder.trustedKeyGroups(List<? extends IKeyGroup> trustedKeyGroups)
Sets the value of
AddBehaviorOptions.getTrustedKeyGroups() |
Copyright © 2022. All rights reserved.