Uses of Interface
software.amazon.awscdk.services.bedrockagentcore.GatewayTargetAttributes
Packages that use GatewayTargetAttributes
Package
Description
Amazon Bedrock AgentCore Construct Library
-
Uses of GatewayTargetAttributes in software.amazon.awscdk.services.bedrockagentcore
Classes in software.amazon.awscdk.services.bedrockagentcore that implement GatewayTargetAttributesModifier and TypeClassDescriptionstatic final classAn implementation forGatewayTargetAttributesMethods in software.amazon.awscdk.services.bedrockagentcore that return GatewayTargetAttributesModifier and TypeMethodDescriptionGatewayTargetAttributes.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.bedrockagentcore with parameters of type GatewayTargetAttributesModifier and TypeMethodDescriptionstatic IGatewayTargetGatewayTarget.fromGatewayTargetAttributes(software.constructs.Construct scope, String id, GatewayTargetAttributes attrs) Import an existing Gateway Target using its attributes This allows you to reference a Gateway Target that was created outside of CDK.