Show / Hide Table of Contents

Class CfnMicrosoftAD.VpcSettingsProperty

Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.

Inheritance
System.Object
CfnMicrosoftAD.VpcSettingsProperty
Implements
CfnMicrosoftAD.IVpcSettingsProperty
Namespace: Amazon.CDK.AWS.DirectoryService
Assembly: Amazon.CDK.AWS.DirectoryService.dll
Syntax (csharp)
public class VpcSettingsProperty : Object, CfnMicrosoftAD.IVpcSettingsProperty
Syntax (vb)
Public Class VpcSettingsProperty
    Inherits Object
    Implements CfnMicrosoftAD.IVpcSettingsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.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.AWS.DirectoryService;

var vpcSettingsProperty = new VpcSettingsProperty {
    SubnetIds = new [] { "subnetIds" },
    VpcId = "vpcId"
};

Synopsis

Constructors

VpcSettingsProperty()

Properties

SubnetIds

The identifiers of the subnets for the directory servers.

VpcId

The identifier of the VPC in which to create the directory.

Constructors

VpcSettingsProperty()

public VpcSettingsProperty()

Properties

SubnetIds

The identifiers of the subnets for the directory servers.

public string[] SubnetIds { get; set; }
Property Value

System.String[]

Remarks

The two subnets must be in different Availability Zones. AWS Directory Service specifies a directory server and a DNS server in each of these subnets.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-subnetids

VpcId

The identifier of the VPC in which to create the directory.

public string VpcId { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html#cfn-directoryservice-microsoftad-vpcsettings-vpcid

Implements

CfnMicrosoftAD.IVpcSettingsProperty
Back to top Generated by DocFX