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.
Implements
Inherited Members
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 .
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 |
Properties
| CFN_PROPERTY_KEYS | The |
| Props | The |
| Strategy | The |
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 .
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 .
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
Remarks
Simple AD is a Microsoft Active Directory–compatible directory. For more information, see Simple Active Directory in the Directory Service Admin Guide .
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
Remarks
Simple AD is a Microsoft Active Directory–compatible directory. For more information, see Simple Active Directory in the Directory Service Admin Guide .
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
Remarks
Simple AD is a Microsoft Active Directory–compatible directory. For more information, see Simple Active Directory in the Directory Service Admin Guide .
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
Overrides
Remarks
Simple AD is a Microsoft Active Directory–compatible directory. For more information, see Simple Active Directory in the Directory Service Admin Guide .
CloudformationResource: AWS::DirectoryService::SimpleAD
Mixin: true
ExampleMetadata: fixture=_generated