Class CfnGatewayProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnGatewayProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayProps
@Stability(Stable)
@Internal
public static final class CfnGatewayProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayProps
An implementation for
CfnGatewayProps-
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.bedrockagentcore.CfnGatewayProps
CfnGatewayProps.Builder, CfnGatewayProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnGatewayProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGatewayProps.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 ObjectReturns union: eitherIResolvableorCfnGateway.AuthorizerConfigurationPropertyfinal StringThe authorizer type for the gateway.final StringThe description for the gateway.final StringThe exception level for the gateway.final ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnGateway.GatewayInterceptorConfigurationProperty>final StringThe KMS key ARN for the gateway.final StringgetName()The name for the gateway.final ObjectReturns union: eitherIResolvableorCfnGateway.GatewayPolicyEngineConfigurationPropertyfinal ObjectThe protocol configuration for the gateway target.final StringThe protocol type for the gateway target.final StringgetTags()The tags for the gateway.final ObjectReturns union: eitherIResolvableorCfnGateway.WafConfigurationPropertyfinal 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 theCfnGatewayProps.Builder.
-
-
Method Details
-
getAuthorizerType
Description copied from interface:CfnGatewayPropsThe authorizer type for the gateway.- Specified by:
getAuthorizerTypein interfaceCfnGatewayProps- See Also:
-
getName
Description copied from interface:CfnGatewayPropsThe name for the gateway.- Specified by:
getNamein interfaceCfnGatewayProps- See Also:
-
getRoleArn
- Specified by:
getRoleArnin interfaceCfnGatewayProps- See Also:
-
getAuthorizerConfiguration
Description copied from interface:CfnGatewayPropsReturns union: eitherIResolvableorCfnGateway.AuthorizerConfigurationProperty- Specified by:
getAuthorizerConfigurationin interfaceCfnGatewayProps- See Also:
-
getDescription
Description copied from interface:CfnGatewayPropsThe description for the gateway.- Specified by:
getDescriptionin interfaceCfnGatewayProps- See Also:
-
getExceptionLevel
Description copied from interface:CfnGatewayPropsThe exception level for the gateway.- Specified by:
getExceptionLevelin interfaceCfnGatewayProps- See Also:
-
getInterceptorConfigurations
Description copied from interface:CfnGatewayPropsReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnGateway.GatewayInterceptorConfigurationProperty>- Specified by:
getInterceptorConfigurationsin interfaceCfnGatewayProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnGatewayPropsThe KMS key ARN for the gateway.- Specified by:
getKmsKeyArnin interfaceCfnGatewayProps- See Also:
-
getPolicyEngineConfiguration
Description copied from interface:CfnGatewayPropsReturns union: eitherIResolvableorCfnGateway.GatewayPolicyEngineConfigurationProperty- Specified by:
getPolicyEngineConfigurationin interfaceCfnGatewayProps- See Also:
-
getProtocolConfiguration
Description copied from interface:CfnGatewayPropsThe protocol configuration for the gateway target.Returns union: either
IResolvableorCfnGateway.GatewayProtocolConfigurationProperty- Specified by:
getProtocolConfigurationin interfaceCfnGatewayProps- See Also:
-
getProtocolType
Description copied from interface:CfnGatewayPropsThe protocol type for the gateway target.- Specified by:
getProtocolTypein interfaceCfnGatewayProps- See Also:
-
getTags
Description copied from interface:CfnGatewayPropsThe tags for the gateway.- Specified by:
getTagsin interfaceCfnGatewayProps- See Also:
-
getWafConfiguration
Description copied from interface:CfnGatewayPropsReturns union: eitherIResolvableorCfnGateway.WafConfigurationProperty- Specified by:
getWafConfigurationin interfaceCfnGatewayProps- See Also:
-
$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()
-