Show / Hide Table of Contents

Class CfnAnomalyDetectorPropsMixin.VpcConfigurationProperty

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

Inheritance
object
CfnAnomalyDetectorPropsMixin.VpcConfigurationProperty
Implements
CfnAnomalyDetectorPropsMixin.IVpcConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutmetrics-anomalydetector-vpcconfiguration.html

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., subnet-0bb1c79de3EXAMPLE .

Constructors

VpcConfigurationProperty()

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

public VpcConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutmetrics-anomalydetector-vpcconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutmetrics-anomalydetector-vpcconfiguration.html#cfn-lookoutmetrics-anomalydetector-vpcconfiguration-securitygroupidlist

SubnetIdList

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

public string[]? SubnetIdList { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutmetrics-anomalydetector-vpcconfiguration.html#cfn-lookoutmetrics-anomalydetector-vpcconfiguration-subnetidlist

Implements

CfnAnomalyDetectorPropsMixin.IVpcConfigurationProperty
Back to top Generated by DocFX