Class CfnAnomalyDetectorPropsMixin.VpcConfigurationProperty
Contains configuration information about the Amazon Virtual Private Cloud (VPC).
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.LookoutMetrics
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnomalyDetectorPropsMixin.VpcConfigurationProperty : CfnAnomalyDetectorPropsMixin.IVpcConfigurationProperty
Syntax (vb)
Public Class CfnAnomalyDetectorPropsMixin.VpcConfigurationProperty Implements CfnAnomalyDetectorPropsMixin.IVpcConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.LookoutMetrics;
var vpcConfigurationProperty = new VpcConfigurationProperty {
SecurityGroupIdList = new [] { "securityGroupIdList" },
SubnetIdList = new [] { "subnetIdList" }
};
Synopsis
Constructors
| VpcConfigurationProperty() | Contains configuration information about the Amazon Virtual Private Cloud (VPC). |
Properties
| SecurityGroupIdList | An array of strings containing the list of security groups. |
| SubnetIdList | An array of strings containing the Amazon VPC subnet IDs (e.g., |
Constructors
VpcConfigurationProperty()
Contains configuration information about the Amazon Virtual Private Cloud (VPC).
public VpcConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.LookoutMetrics;
var vpcConfigurationProperty = new VpcConfigurationProperty {
SecurityGroupIdList = new [] { "securityGroupIdList" },
SubnetIdList = new [] { "subnetIdList" }
};
Properties
SecurityGroupIdList
An array of strings containing the list of security groups.
public string[]? SecurityGroupIdList { get; set; }
Property Value
string[]
Remarks
SubnetIdList
An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE .
public string[]? SubnetIdList { get; set; }
Property Value
string[]