| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static OriginSslPolicy |
OriginSslPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OriginSslPolicy[] |
OriginSslPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default List<OriginSslPolicy> |
CustomOriginConfig.getAllowedOriginSSLVersions()
The SSL versions to use when interacting with the origin.
|
List<OriginSslPolicy> |
CustomOriginConfig.Jsii$Proxy.getAllowedOriginSSLVersions() |
| Modifier and Type | Method and Description |
|---|---|
CustomOriginConfig.Builder |
CustomOriginConfig.Builder.allowedOriginSslVersions(List<? extends OriginSslPolicy> allowedOriginSslVersions)
Sets the value of
CustomOriginConfig#getAllowedOriginSslVersions |
Copyright © 2022. All rights reserved.