EventTargetEcsTargetNetworkConfiguration

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val assignPublicIp: Boolean? = null

Assign a public IP address to the ENI (Fargate launch type only). Valid values are true or false. Defaults to false.

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

The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.

Link copied to clipboard

The subnets associated with the task or service.