This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BedrockAgentCore::GatewayTarget PrivateEndpoint
The private endpoint configuration for a gateway target. Defines how the gateway connects to private resources in your VPC.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ManagedVpcResource" :ManagedVpcResource, "SelfManagedLatticeResource" :SelfManagedLatticeResource}
Properties
ManagedVpcResource-
Configuration for connecting to a private resource using a managed VPC Lattice resource. The gateway creates and manages the VPC Lattice resources on your behalf.
Required: No
Type: ManagedVpcResource
Update requires: No interruption
SelfManagedLatticeResource-
Configuration for connecting to a private resource using a self-managed VPC Lattice resource configuration.
Required: No
Type: SelfManagedLatticeResource
Update requires: No interruption