| 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
(experimental) A Key Group configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static IKeyGroup |
KeyGroup.fromKeyGroupId(software.constructs.Construct scope,
String id,
String keyGroupId)
(experimental) Imports a Key Group from its id.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IKeyGroup> |
AddBehaviorOptions.getTrustedKeyGroups()
(experimental) A list of Key Groups that CloudFront can use to validate signed URLs or signed cookies.
|
List<IKeyGroup> |
AddBehaviorOptions.Jsii$Proxy.getTrustedKeyGroups() |
List<IKeyGroup> |
BehaviorOptions.Jsii$Proxy.getTrustedKeyGroups() |
default List<IKeyGroup> |
Behavior.getTrustedKeyGroups()
(experimental) A list of Key Groups that CloudFront can use to validate signed URLs or signed cookies.
|
List<IKeyGroup> |
Behavior.Jsii$Proxy.getTrustedKeyGroups() |
| Modifier and Type | Method and Description |
|---|---|
AddBehaviorOptions.Builder |
AddBehaviorOptions.Builder.trustedKeyGroups(List<? extends IKeyGroup> trustedKeyGroups)
Sets the value of
AddBehaviorOptions.getTrustedKeyGroups() |
BehaviorOptions.Builder |
BehaviorOptions.Builder.trustedKeyGroups(List<? extends IKeyGroup> trustedKeyGroups)
Sets the value of
AddBehaviorOptions.getTrustedKeyGroups() |
Behavior.Builder |
Behavior.Builder.trustedKeyGroups(List<? extends IKeyGroup> trustedKeyGroups)
Sets the value of
Behavior.getTrustedKeyGroups() |
| Constructor and Description |
|---|
Jsii$Proxy(AllowedMethods allowedMethods,
CachedMethods cachedMethods,
ICachePolicy cachePolicy,
Boolean compress,
List<? extends EdgeLambda> edgeLambdas,
List<? extends FunctionAssociation> functionAssociations,
IOriginRequestPolicy originRequestPolicy,
Boolean smoothStreaming,
List<? extends IKeyGroup> trustedKeyGroups,
ViewerProtocolPolicy viewerProtocolPolicy)
Constructor that initializes the object based on literal property values passed by the
AddBehaviorOptions.Builder. |
Jsii$Proxy(CloudFrontAllowedMethods allowedMethods,
CloudFrontAllowedCachedMethods cachedMethods,
Boolean compress,
Duration defaultTtl,
CfnDistribution.ForwardedValuesProperty forwardedValues,
List<? extends FunctionAssociation> functionAssociations,
Boolean isDefaultBehavior,
List<? extends LambdaFunctionAssociation> lambdaFunctionAssociations,
Duration maxTtl,
Duration minTtl,
String pathPattern,
List<? extends IKeyGroup> trustedKeyGroups)
Constructor that initializes the object based on literal property values passed by the
Behavior.Builder. |
Jsii$Proxy(IOrigin origin,
AllowedMethods allowedMethods,
CachedMethods cachedMethods,
ICachePolicy cachePolicy,
Boolean compress,
List<? extends EdgeLambda> edgeLambdas,
List<? extends FunctionAssociation> functionAssociations,
IOriginRequestPolicy originRequestPolicy,
Boolean smoothStreaming,
List<? extends IKeyGroup> trustedKeyGroups,
ViewerProtocolPolicy viewerProtocolPolicy)
Constructor that initializes the object based on literal property values passed by the
BehaviorOptions.Builder. |
Copyright © 2021. All rights reserved.