@Deprecated public static final class CfnApiV2.CorsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApiV2.CorsProperty
CfnApiV2.CorsProperty
CfnApiV2.CorsProperty.Builder, CfnApiV2.CorsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.lang.Object |
getAllowCredentials()
Deprecated.
(deprecated) `CfnApiV2.CorsProperty.AllowCredentials`.
|
java.util.List<java.lang.String> |
getAllowHeaders()
Deprecated.
(deprecated) `CfnApiV2.CorsProperty.AllowHeaders`.
|
java.util.List<java.lang.String> |
getAllowMethods()
Deprecated.
(deprecated) `CfnApiV2.CorsProperty.AllowMethods`.
|
java.util.List<java.lang.String> |
getAllowOrigins()
Deprecated.
(deprecated) `CfnApiV2.CorsProperty.AllowOrigins`.
|
java.util.List<java.lang.String> |
getExposeHeaders()
Deprecated.
(deprecated) `CfnApiV2.CorsProperty.ExposeHeaders`.
|
java.lang.Number |
getMaxAge()
Deprecated.
(deprecated) `CfnApiV2.CorsProperty.MaxAge`.
|
int |
hashCode()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAllowCredentials()
CfnApiV2.CorsProperty
getAllowCredentials
in interface CfnApiV2.CorsProperty
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowcredentials
public final java.util.List<java.lang.String> getAllowHeaders()
CfnApiV2.CorsProperty
getAllowHeaders
in interface CfnApiV2.CorsProperty
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowheaders
public final java.util.List<java.lang.String> getAllowMethods()
CfnApiV2.CorsProperty
getAllowMethods
in interface CfnApiV2.CorsProperty
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-allowmethods
public final java.util.List<java.lang.String> getAllowOrigins()
CfnApiV2.CorsProperty
getAllowOrigins
in interface CfnApiV2.CorsProperty
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-alloworigins
public final java.util.List<java.lang.String> getExposeHeaders()
CfnApiV2.CorsProperty
getExposeHeaders
in interface CfnApiV2.CorsProperty
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-exposeheaders
public final java.lang.Number getMaxAge()
CfnApiV2.CorsProperty
getMaxAge
in interface CfnApiV2.CorsProperty
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-api-cors.html#cfn-apigatewayv2-api-cors-maxage
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()