@Stability(value=Stable)
public static interface CfnApi.CorsProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApi.CorsProperty.Builder
A builder for
CfnApi.CorsProperty |
static class |
CfnApi.CorsProperty.Jsii$Proxy
An implementation for
CfnApi.CorsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApi.CorsProperty.Builder |
builder() |
default Object |
getAllowCredentials()
`CfnApi.CorsProperty.AllowCredentials`.
|
default List<String> |
getAllowHeaders()
`CfnApi.CorsProperty.AllowHeaders`.
|
default List<String> |
getAllowMethods()
`CfnApi.CorsProperty.AllowMethods`.
|
default List<String> |
getAllowOrigins()
`CfnApi.CorsProperty.AllowOrigins`.
|
default List<String> |
getExposeHeaders()
`CfnApi.CorsProperty.ExposeHeaders`.
|
default Number |
getMaxAge()
`CfnApi.CorsProperty.MaxAge`.
|
@Stability(value=Stable) @Nullable default Object getAllowCredentials()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials@Stability(value=Stable) @Nullable default List<String> getAllowHeaders()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowheaders@Stability(value=Stable) @Nullable default List<String> getAllowMethods()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowmethods@Stability(value=Stable) @Nullable default List<String> getAllowOrigins()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-alloworigins@Stability(value=Stable) @Nullable default List<String> getExposeHeaders()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-exposeheaders@Stability(value=Stable) @Nullable default Number getMaxAge()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage@Stability(value=Stable) static CfnApi.CorsProperty.Builder builder()
CfnApi.CorsProperty.Builder of CfnApi.CorsPropertyCopyright © 2020. All rights reserved.