| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static AllowedMethods |
AllowedMethods.ALLOW_ALL
(experimental) All supported HTTP methods.
|
static AllowedMethods |
AllowedMethods.ALLOW_GET_HEAD
(experimental) HEAD and GET.
|
static AllowedMethods |
AllowedMethods.ALLOW_GET_HEAD_OPTIONS
(experimental) HEAD, GET, and OPTIONS.
|
| Modifier and Type | Method and Description |
|---|---|
AllowedMethods |
BehaviorOptions.Jsii$Proxy.getAllowedMethods() |
default AllowedMethods |
AddBehaviorOptions.getAllowedMethods()
(experimental) HTTP methods to allow for this behavior.
|
AllowedMethods |
AddBehaviorOptions.Jsii$Proxy.getAllowedMethods() |
| Modifier and Type | Method and Description |
|---|---|
BehaviorOptions.Builder |
BehaviorOptions.Builder.allowedMethods(AllowedMethods allowedMethods)
Sets the value of
AddBehaviorOptions.getAllowedMethods() |
AddBehaviorOptions.Builder |
AddBehaviorOptions.Builder.allowedMethods(AllowedMethods allowedMethods)
Sets the value of
AddBehaviorOptions.getAllowedMethods() |
| Constructor and Description |
|---|
Jsii$Proxy(AllowedMethods allowedMethods,
CachedMethods cachedMethods,
ICachePolicy cachePolicy,
Boolean compress,
List<? extends EdgeLambda> edgeLambdas,
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(IOrigin origin,
AllowedMethods allowedMethods,
CachedMethods cachedMethods,
ICachePolicy cachePolicy,
Boolean compress,
List<? extends EdgeLambda> edgeLambdas,
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.