@Stability(value=Stable)
public static interface CfnHttpApi.CorsConfigurationObjectProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnHttpApi.CorsConfigurationObjectProperty.Builder
A builder for
CfnHttpApi.CorsConfigurationObjectProperty |
static class |
CfnHttpApi.CorsConfigurationObjectProperty.Jsii$Proxy
An implementation for
CfnHttpApi.CorsConfigurationObjectProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnHttpApi.CorsConfigurationObjectProperty.Builder |
builder() |
default Object |
getAllowCredentials()
`CfnHttpApi.CorsConfigurationObjectProperty.AllowCredentials`.
|
default String |
getAllowHeaders()
`CfnHttpApi.CorsConfigurationObjectProperty.AllowHeaders`.
|
default String |
getAllowMethods()
`CfnHttpApi.CorsConfigurationObjectProperty.AllowMethods`.
|
default String |
getAllowOrigin()
`CfnHttpApi.CorsConfigurationObjectProperty.AllowOrigin`.
|
default List<String> |
getExposeHeaders()
`CfnHttpApi.CorsConfigurationObjectProperty.ExposeHeaders`.
|
default String |
getMaxAge()
`CfnHttpApi.CorsConfigurationObjectProperty.MaxAge`.
|
@Stability(value=Stable) @Nullable default Object getAllowCredentials()
@Stability(value=Stable) @Nullable default String getAllowHeaders()
@Stability(value=Stable) @Nullable default String getAllowMethods()
@Stability(value=Stable) @Nullable default String getAllowOrigin()
@Stability(value=Stable) @Nullable default List<String> getExposeHeaders()
@Stability(value=Stable) @Nullable default String getMaxAge()
@Stability(value=Stable) static CfnHttpApi.CorsConfigurationObjectProperty.Builder builder()
Copyright © 2021. All rights reserved.