ServiceVpcLatticeConfiguration

data class ServiceVpcLatticeConfiguration(val portName: String, val roleArn: String, val targetGroupArn: String)

Constructors

Link copied to clipboard
constructor(portName: String, roleArn: String, targetGroupArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the port for a target group associated with the VPC Lattice configuration.

Link copied to clipboard

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

Link copied to clipboard

The full ARN of the target group or groups associated with the VPC Lattice configuration.