AWS::ECS::Service VpcLatticeConfiguration - AWS CloudFormation

AWS::ECS::Service VpcLatticeConfiguration

The VPC Lattice configuration for your service that holds the information for the target group(s) Amazon ECS tasks will be registered to.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "PortName" : String, "RoleArn" : String, "TargetGroupArn" : String }

YAML

PortName: String RoleArn: String TargetGroupArn: String

Properties

PortName

The name of the port mapping to register in the VPC Lattice target group. This is the name of the portMapping you defined in your task definition.

Required: Yes

Type: String

Update requires: No interruption

RoleArn

The ARN of the IAM role to associate with this VPC Lattice configuration. This is the Amazon ECS
 infrastructure IAM role that is used to manage your VPC Lattice infrastructure.

Required: Yes

Type: String

Update requires: No interruption

TargetGroupArn

The full Amazon Resource Name (ARN) of the target group or groups associated with the VPC Lattice configuration that the Amazon ECS tasks will be registered to.

Required: Yes

Type: String

Update requires: No interruption