Class CfnHttpApiProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sam.CfnHttpApiProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHttpApiProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHttpApiProps
@Stability(Stable)
@Internal
public static final class CfnHttpApiProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHttpApiProps
An implementation for
CfnHttpApiProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sam.CfnHttpApiProps
CfnHttpApiProps.Builder, CfnHttpApiProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnHttpApiProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHttpApiProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal Object`AWS::Serverless::HttpApi.AccessLogSetting`.final ObjectgetAuth()`AWS::Serverless::HttpApi.Auth`.final Object`AWS::Serverless::HttpApi.CorsConfiguration`.final Object`AWS::Serverless::HttpApi.DefaultRouteSettings`.final Object`AWS::Serverless::HttpApi.DefinitionBody`.final Object`AWS::Serverless::HttpApi.DefinitionUri`.final String`AWS::Serverless::HttpApi.Description`.final Object`AWS::Serverless::HttpApi.DisableExecuteApiEndpoint`.final Object`AWS::Serverless::HttpApi.Domain`.final Object`AWS::Serverless::HttpApi.FailOnWarnings`.final Object`AWS::Serverless::HttpApi.RouteSettings`.final String`AWS::Serverless::HttpApi.StageName`.final Object`AWS::Serverless::HttpApi.StageVariables`.getTags()`AWS::Serverless::HttpApi.Tags`.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnHttpApiProps.Builder.
-
-
Method Details
-
getAccessLogSetting
Description copied from interface:CfnHttpApiProps`AWS::Serverless::HttpApi.AccessLogSetting`.- Specified by:
getAccessLogSettingin interfaceCfnHttpApiProps
-
getAuth
Description copied from interface:CfnHttpApiProps`AWS::Serverless::HttpApi.Auth`.- Specified by:
getAuthin interfaceCfnHttpApiProps
-
getCorsConfiguration
Description copied from interface:CfnHttpApiProps`AWS::Serverless::HttpApi.CorsConfiguration`.- Specified by:
getCorsConfigurationin interfaceCfnHttpApiProps
-
getDefaultRouteSettings
Description copied from interface:CfnHttpApiProps`AWS::Serverless::HttpApi.DefaultRouteSettings`.- Specified by:
getDefaultRouteSettingsin interfaceCfnHttpApiProps
-
getDefinitionBody
Description copied from interface:CfnHttpApiProps`AWS::Serverless::HttpApi.DefinitionBody`.- Specified by:
getDefinitionBodyin interfaceCfnHttpApiProps
-
getDefinitionUri
Description copied from interface:CfnHttpApiProps`AWS::Serverless::HttpApi.DefinitionUri`.- Specified by:
getDefinitionUriin interfaceCfnHttpApiProps
-
getDescription
Description copied from interface:CfnHttpApiProps`AWS::Serverless::HttpApi.Description`.- Specified by:
getDescriptionin interfaceCfnHttpApiProps
-
getDisableExecuteApiEndpoint
Description copied from interface:CfnHttpApiProps`AWS::Serverless::HttpApi.DisableExecuteApiEndpoint`.- Specified by:
getDisableExecuteApiEndpointin interfaceCfnHttpApiProps
-
getDomain
Description copied from interface:CfnHttpApiProps`AWS::Serverless::HttpApi.Domain`.- Specified by:
getDomainin interfaceCfnHttpApiProps
-
getFailOnWarnings
Description copied from interface:CfnHttpApiProps`AWS::Serverless::HttpApi.FailOnWarnings`.- Specified by:
getFailOnWarningsin interfaceCfnHttpApiProps
-
getRouteSettings
Description copied from interface:CfnHttpApiProps`AWS::Serverless::HttpApi.RouteSettings`.- Specified by:
getRouteSettingsin interfaceCfnHttpApiProps
-
getStageName
Description copied from interface:CfnHttpApiProps`AWS::Serverless::HttpApi.StageName`.- Specified by:
getStageNamein interfaceCfnHttpApiProps
-
getStageVariables
Description copied from interface:CfnHttpApiProps`AWS::Serverless::HttpApi.StageVariables`.- Specified by:
getStageVariablesin interfaceCfnHttpApiProps
-
getTags
Description copied from interface:CfnHttpApiProps`AWS::Serverless::HttpApi.Tags`.- Specified by:
getTagsin interfaceCfnHttpApiProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-