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 ManagedResourceDetails
Details of a resource created and managed by the gateway for private endpoint connectivity.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Domain" :String, "ResourceAssociationArn" :String, "ResourceGatewayArn" :String}
YAML
Domain:StringResourceAssociationArn:StringResourceGatewayArn:String
Properties
Domain-
The domain associated with this managed resource.
Required: No
Type: String
Update requires: No interruption
ResourceAssociationArn-
The ARN of the service network resource association.
Required: No
Type: String
Pattern:
^(arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetworkresourceassociation/)?snra-[0-9a-f]{17}$Update requires: No interruption
ResourceGatewayArn-
The ARN of the VPC Lattice resource gateway created in your account.
Required: No
Type: String
Pattern:
^arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourcegateway/rgw-[0-9a-z]{17}$Update requires: No interruption