| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default SecurityPolicy |
EndpointOptions.getSecurityPolicy()
(experimental) The Transport Layer Security (TLS) version + cipher suite for this domain name.
|
SecurityPolicy |
EndpointOptions.Jsii$Proxy.getSecurityPolicy() |
SecurityPolicy |
DomainNameProps.Jsii$Proxy.getSecurityPolicy() |
static SecurityPolicy |
SecurityPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityPolicy[] |
SecurityPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DomainName.Builder |
DomainName.Builder.securityPolicy(SecurityPolicy securityPolicy)
(experimental) The Transport Layer Security (TLS) version + cipher suite for this domain name.
|
EndpointOptions.Builder |
EndpointOptions.Builder.securityPolicy(SecurityPolicy securityPolicy)
Sets the value of
EndpointOptions.getSecurityPolicy() |
DomainNameProps.Builder |
DomainNameProps.Builder.securityPolicy(SecurityPolicy securityPolicy)
Sets the value of
EndpointOptions.getSecurityPolicy() |
Copyright © 2022. All rights reserved.