ApplicationNetworkConfiguration

data class ApplicationNetworkConfiguration(val securityGroupIds: List<String>? = null, val subnetIds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(securityGroupIds: List<String>? = null, subnetIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the security groups in the VPC to which you want to connect your job or application.

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

The ID of the subnets in the VPC to which you want to connect your job or application.