aws-cdk-lib.aws_lookoutmetrics.CfnAnomalyDetector.VpcConfigurationProperty

interface VpcConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.LookoutMetrics.CfnAnomalyDetector.VpcConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslookoutmetrics#CfnAnomalyDetector_VpcConfigurationProperty
Javasoftware.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.VpcConfigurationProperty
Pythonaws_cdk.aws_lookoutmetrics.CfnAnomalyDetector.VpcConfigurationProperty
TypeScript aws-cdk-lib » aws_lookoutmetrics » CfnAnomalyDetector » VpcConfigurationProperty

Contains configuration information about the Amazon Virtual Private Cloud (VPC).

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lookoutmetrics as lookoutmetrics } from 'aws-cdk-lib';
const vpcConfigurationProperty: lookoutmetrics.CfnAnomalyDetector.VpcConfigurationProperty = {
  securityGroupIdList: ['securityGroupIdList'],
  subnetIdList: ['subnetIdList'],
};

Properties

NameTypeDescription
securityGroupIdListstring[]An array of strings containing the list of security groups.
subnetIdListstring[]An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE .

securityGroupIdList

Type: string[]

An array of strings containing the list of security groups.


subnetIdList

Type: string[]

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