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 SelfManagedLatticeResource
Configuration for a self-managed VPC Lattice resource. You create and manage the VPC Lattice resource gateway and resource configuration, then provide the resource configuration identifier.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ResourceConfigurationIdentifier" :String}
YAML
ResourceConfigurationIdentifier:String
Properties
ResourceConfigurationIdentifier-
The ARN or ID of the VPC Lattice resource configuration.
Required: Yes
Type: String
Pattern:
^((rcfg-[0-9a-z]{17})|(arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}))$Minimum:
20Maximum:
2048Update requires: No interruption