AnomalyDetectorVpcConfigurationArgs

data class AnomalyDetectorVpcConfigurationArgs(val securityGroupIdList: Output<List<String>>, val subnetIdList: Output<List<String>>) : ConvertibleToJava<AnomalyDetectorVpcConfigurationArgs>

Constructors

Link copied to clipboard
constructor(securityGroupIdList: Output<List<String>>, subnetIdList: Output<List<String>>)

Properties

Link copied to clipboard

An array of strings containing the list of security groups.

Link copied to clipboard
val subnetIdList: Output<List<String>>

An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE .

Functions

Link copied to clipboard
open override fun toJava(): AnomalyDetectorVpcConfigurationArgs