Class GatewayTargetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.GatewayTargetProps.Jsii$Proxy
- All Implemented Interfaces:
GatewayTargetCommonProps,GatewayTargetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GatewayTargetProps
@Stability(Stable)
@Internal
public static final class GatewayTargetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements GatewayTargetProps
An implementation for
GatewayTargetProps-
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.GatewayTargetProps
GatewayTargetProps.Builder, GatewayTargetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(GatewayTargetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGatewayTargetProps.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 List<ICredentialProviderConfig> Credential providers for authentication.final StringOptional description for the gateway target The description can have up to 200 characters.final IGatewayThe gateway this target belongs to.final StringThe name of the gateway target The name must be unique within the gateway Pattern: ^([0-9a-zA-Z][-]?){1,100}$.final ITargetConfigurationThe target configuration (Lambda, OpenAPI, or Smithy) Use one of the configuration helper classes: - LambdaTargetConfiguration.create() - OpenApiTargetConfiguration.create() - SmithyTargetConfiguration.create().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 theGatewayTargetProps.Builder.
-
-
Method Details
-
getGateway
Description copied from interface:GatewayTargetPropsThe gateway this target belongs to.- Specified by:
getGatewayin interfaceGatewayTargetProps
-
getTargetConfiguration
Description copied from interface:GatewayTargetPropsThe target configuration (Lambda, OpenAPI, or Smithy) Use one of the configuration helper classes: - LambdaTargetConfiguration.create() - OpenApiTargetConfiguration.create() - SmithyTargetConfiguration.create().- Specified by:
getTargetConfigurationin interfaceGatewayTargetProps
-
getCredentialProviderConfigurations
Description copied from interface:GatewayTargetPropsCredential providers for authentication.Default: - [GatewayCredentialProvider.fromIamRole()]
- Specified by:
getCredentialProviderConfigurationsin interfaceGatewayTargetProps
-
getDescription
Description copied from interface:GatewayTargetCommonPropsOptional description for the gateway target The description can have up to 200 characters.Default: - No description
- Specified by:
getDescriptionin interfaceGatewayTargetCommonProps
-
getGatewayTargetName
Description copied from interface:GatewayTargetCommonPropsThe name of the gateway target The name must be unique within the gateway Pattern: ^([0-9a-zA-Z][-]?){1,100}$.Default: - auto generate
- Specified by:
getGatewayTargetNamein interfaceGatewayTargetCommonProps
-
$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()
-