RuleAwsVpcConfiguration

data class RuleAwsVpcConfiguration(val assignPublicIp: String? = null, val securityGroups: List<String>? = null, val subnets: List<String>)

Constructors

Link copied to clipboard
constructor(assignPublicIp: String? = null, securityGroups: List<String>? = null, subnets: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assignPublicIp: String? = null

Specifies whether the task's elastic network interface receives a public IP address. You can specify ENABLED only when LaunchType in EcsParameters is set to FARGATE .

Link copied to clipboard
val securityGroups: List<String>? = null

Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

Link copied to clipboard

Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets.