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