Class CfnGatewayTargetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTargetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayTargetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayTargetProps
@Stability(Stable)
@Internal
public static final class CfnGatewayTargetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayTargetProps
An implementation for
CfnGatewayTargetProps-
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.CfnGatewayTargetProps
CfnGatewayTargetProps.Builder, CfnGatewayTargetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnGatewayTargetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnGatewayTargetProps.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 ObjectThe OAuth credential provider configuration.final StringThe description for the gateway target.final StringThe gateway ID for the gateway target.final ObjectReturns union: eitherIResolvableorCfnGatewayTarget.MetadataConfigurationPropertyfinal StringgetName()The name for the gateway target.final ObjectReturns union: eitherIResolvableorCfnGatewayTarget.PrivateEndpointPropertyfinal ObjectThe target configuration for the Smithy model target.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 theCfnGatewayTargetProps.Builder.
-
-
Method Details
-
getTargetConfiguration
Description copied from interface:CfnGatewayTargetPropsThe target configuration for the Smithy model target.Returns union: either
IResolvableorCfnGatewayTarget.TargetConfigurationProperty- Specified by:
getTargetConfigurationin interfaceCfnGatewayTargetProps- See Also:
-
getCredentialProviderConfigurations
Description copied from interface:CfnGatewayTargetPropsThe OAuth credential provider configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnGatewayTarget.CredentialProviderConfigurationProperty>- Specified by:
getCredentialProviderConfigurationsin interfaceCfnGatewayTargetProps- See Also:
-
getDescription
Description copied from interface:CfnGatewayTargetPropsThe description for the gateway target.- Specified by:
getDescriptionin interfaceCfnGatewayTargetProps- See Also:
-
getGatewayIdentifier
Description copied from interface:CfnGatewayTargetPropsThe gateway ID for the gateway target.- Specified by:
getGatewayIdentifierin interfaceCfnGatewayTargetProps- See Also:
-
getMetadataConfiguration
Description copied from interface:CfnGatewayTargetPropsReturns union: eitherIResolvableorCfnGatewayTarget.MetadataConfigurationProperty- Specified by:
getMetadataConfigurationin interfaceCfnGatewayTargetProps- See Also:
-
getName
Description copied from interface:CfnGatewayTargetPropsThe name for the gateway target.- Specified by:
getNamein interfaceCfnGatewayTargetProps- See Also:
-
getPrivateEndpoint
Description copied from interface:CfnGatewayTargetPropsReturns union: eitherIResolvableorCfnGatewayTarget.PrivateEndpointProperty- Specified by:
getPrivateEndpointin interfaceCfnGatewayTargetProps- 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()
-