AWS::BedrockAgentCore::GatewayTargetAfter creating a gateway, you can add targets, which define the tools that your gateway will host. For more information about adding gateway targets, see [Add targets to an existing gateway](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway-building-adding-targets.html) . See the *Properties* section below for descriptions of both the required and optional properties.
import { CfnGatewayTarget } from 'aws-cdk-lib/aws-bedrockagentcore';Or use the module namespace:
import * as bedrockagentcore from 'aws-cdk-lib/aws-bedrockagentcore';
// bedrockagentcore.CfnGatewayTargetConfiguration passed to the constructor as CfnGatewayTargetProps.
nameRequiredstringThe name for the gateway target.
targetConfigurationRequiredIResolvable | TargetConfigurationPropertyThe target configuration for the Smithy model target.
credentialProviderConfigurationsOptionalIResolvable | IResolvable | CredentialProviderConfigurationProperty[]The OAuth credential provider configuration.
descriptionOptionalstringThe description for the gateway target.
gatewayIdentifierOptionalstringThe gateway ID for the gateway target.
metadataConfigurationOptionalIResolvable | MetadataConfigurationPropertyThis L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-bedrockagentcoreAWS::BedrockAgentCore::GatewayTarget