Class GatewayTargetOpenApiProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.GatewayTargetOpenApiProps.Jsii$Proxy
- All Implemented Interfaces:
GatewayTargetCommonProps,GatewayTargetOpenApiProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GatewayTargetOpenApiProps
@Stability(Stable)
@Internal
public static final class GatewayTargetOpenApiProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements GatewayTargetOpenApiProps
An implementation for
GatewayTargetOpenApiProps-
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.GatewayTargetOpenApiProps
GatewayTargetOpenApiProps.Builder, GatewayTargetOpenApiProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theGatewayTargetOpenApiProps.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 ApiSchemaThe OpenAPI schema defining the API.final List<ICredentialProviderConfig> Credential providers for authentication OpenAPI targets support API key and OAuth authentication (not IAM).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 BooleanWhether to validate the OpenAPI schema (only applies to inline schemas) Note: Validation is only performed for inline schemas during CDK synthesis.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 theGatewayTargetOpenApiProps.Builder.
-
-
Method Details
-
getApiSchema
Description copied from interface:GatewayTargetOpenApiPropsThe OpenAPI schema defining the API.- Specified by:
getApiSchemain interfaceGatewayTargetOpenApiProps
-
getGateway
Description copied from interface:GatewayTargetOpenApiPropsThe gateway this target belongs to.- Specified by:
getGatewayin interfaceGatewayTargetOpenApiProps
-
getCredentialProviderConfigurations
Description copied from interface:GatewayTargetOpenApiPropsCredential providers for authentication OpenAPI targets support API key and OAuth authentication (not IAM).Default: - If not provided, defaults to IAM role which will fail at runtime
- Specified by:
getCredentialProviderConfigurationsin interfaceGatewayTargetOpenApiProps
-
getValidateOpenApiSchema
Description copied from interface:GatewayTargetOpenApiPropsWhether to validate the OpenAPI schema (only applies to inline schemas) Note: Validation is only performed for inline schemas during CDK synthesis.S3 and asset-based schemas cannot be validated at synthesis time.
Default: true
- Specified by:
getValidateOpenApiSchemain interfaceGatewayTargetOpenApiProps
-
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()
-