AWS::LookoutMetrics::AnomalyDetector VpcConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: - 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