AWS::LookoutMetrics::AnomalyDetector VpcConfiguration
Contains configuration information about the Amazon Virtual Private Cloud (VPC).
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "SecurityGroupIdList" :[ String, ... ], "SubnetIdList" :[ String, ... ]}
YAML
SecurityGroupIdList:- StringSubnetIdList:- String
Properties
SecurityGroupIdList-
An array of strings containing the list of security groups.
Required: Yes
Type: List of String
Update requires: No interruption
SubnetIdList-
An array of strings containing the Amazon VPC subnet IDs (e.g.,
subnet-0bb1c79de3EXAMPLE.Required: Yes
Type: List of String
Update requires: No interruption