Show / Hide Table of Contents

Class CfnSimpleADPropsMixin

The AWS::DirectoryService::SimpleAD resource specifies an Directory Service Simple Active Directory ( Simple AD ) in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials.

Inheritance
object
Mixin
CfnSimpleADPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.DirectoryService
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSimpleADPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnSimpleADPropsMixin Inherits Mixin Implements IMixin
Remarks

Simple AD is a Microsoft Active Directory–compatible directory. For more information, see Simple Active Directory in the Directory Service Admin Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html

CloudformationResource: AWS::DirectoryService::SimpleAD

Mixin: true

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.DirectoryService;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnSimpleADPropsMixin = new CfnSimpleADPropsMixin(new CfnSimpleADMixinProps {
                 CreateAlias = false,
                 Description = "description",
                 EnableSso = false,
                 Name = "name",
                 Password = "password",
                 ShortName = "shortName",
                 Size = "size",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 VpcSettings = new VpcSettingsProperty {
                     SubnetIds = new [] { "subnetIds" },
                     VpcId = "vpcId"
                 }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Synopsis

Constructors

CfnSimpleADPropsMixin(ICfnSimpleADMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::DirectoryService::SimpleAD.

Properties

CFN_PROPERTY_KEYS

The AWS::DirectoryService::SimpleAD resource specifies an Directory Service Simple Active Directory ( Simple AD ) in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials.

Props

The AWS::DirectoryService::SimpleAD resource specifies an Directory Service Simple Active Directory ( Simple AD ) in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials.

Strategy

The AWS::DirectoryService::SimpleAD resource specifies an Directory Service Simple Active Directory ( Simple AD ) in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnSimpleADPropsMixin(ICfnSimpleADMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::DirectoryService::SimpleAD.

public CfnSimpleADPropsMixin(ICfnSimpleADMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnSimpleADMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

Simple AD is a Microsoft Active Directory–compatible directory. For more information, see Simple Active Directory in the Directory Service Admin Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html

CloudformationResource: AWS::DirectoryService::SimpleAD

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

The AWS::DirectoryService::SimpleAD resource specifies an Directory Service Simple Active Directory ( Simple AD ) in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

Simple AD is a Microsoft Active Directory–compatible directory. For more information, see Simple Active Directory in the Directory Service Admin Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html

CloudformationResource: AWS::DirectoryService::SimpleAD

Mixin: true

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.DirectoryService;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnSimpleADPropsMixin = new CfnSimpleADPropsMixin(new CfnSimpleADMixinProps {
                 CreateAlias = false,
                 Description = "description",
                 EnableSso = false,
                 Name = "name",
                 Password = "password",
                 ShortName = "shortName",
                 Size = "size",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 VpcSettings = new VpcSettingsProperty {
                     SubnetIds = new [] { "subnetIds" },
                     VpcId = "vpcId"
                 }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Props

The AWS::DirectoryService::SimpleAD resource specifies an Directory Service Simple Active Directory ( Simple AD ) in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials.

protected virtual ICfnSimpleADMixinProps Props { get; }
Property Value

ICfnSimpleADMixinProps

Remarks

Simple AD is a Microsoft Active Directory–compatible directory. For more information, see Simple Active Directory in the Directory Service Admin Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html

CloudformationResource: AWS::DirectoryService::SimpleAD

Mixin: true

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.DirectoryService;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnSimpleADPropsMixin = new CfnSimpleADPropsMixin(new CfnSimpleADMixinProps {
                 CreateAlias = false,
                 Description = "description",
                 EnableSso = false,
                 Name = "name",
                 Password = "password",
                 ShortName = "shortName",
                 Size = "size",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 VpcSettings = new VpcSettingsProperty {
                     SubnetIds = new [] { "subnetIds" },
                     VpcId = "vpcId"
                 }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Strategy

The AWS::DirectoryService::SimpleAD resource specifies an Directory Service Simple Active Directory ( Simple AD ) in AWS so that your directory users and groups can access the AWS Management Console and AWS applications using their existing credentials.

protected virtual IMergeStrategy Strategy { get; }
Property Value

IMergeStrategy

Remarks

Simple AD is a Microsoft Active Directory–compatible directory. For more information, see Simple Active Directory in the Directory Service Admin Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html

CloudformationResource: AWS::DirectoryService::SimpleAD

Mixin: true

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.DirectoryService;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnSimpleADPropsMixin = new CfnSimpleADPropsMixin(new CfnSimpleADMixinProps {
                 CreateAlias = false,
                 Description = "description",
                 EnableSso = false,
                 Name = "name",
                 Password = "password",
                 ShortName = "shortName",
                 Size = "size",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 VpcSettings = new VpcSettingsProperty {
                     SubnetIds = new [] { "subnetIds" },
                     VpcId = "vpcId"
                 }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override void ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Overrides
Mixin.ApplyTo(IConstruct)
Remarks

Simple AD is a Microsoft Active Directory–compatible directory. For more information, see Simple Active Directory in the Directory Service Admin Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html

CloudformationResource: AWS::DirectoryService::SimpleAD

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

Simple AD is a Microsoft Active Directory–compatible directory. For more information, see Simple Active Directory in the Directory Service Admin Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-directoryservice-simplead.html

CloudformationResource: AWS::DirectoryService::SimpleAD

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX