@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.784Z") @Stability(value=Stable) public interface CfnMicrosoftADProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.directoryservice.*;
CfnMicrosoftADProps cfnMicrosoftADProps = CfnMicrosoftADProps.builder()
.name("name")
.password("password")
.vpcSettings(VpcSettingsProperty.builder()
.subnetIds(List.of("subnetIds"))
.vpcId("vpcId")
.build())
// the properties below are optional
.createAlias(false)
.edition("edition")
.enableSso(false)
.shortName("shortName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMicrosoftADProps.Builder
A builder for
CfnMicrosoftADProps |
static class |
CfnMicrosoftADProps.Jsii$Proxy
An implementation for
CfnMicrosoftADProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnMicrosoftADProps.Builder |
builder() |
default Object |
getCreateAlias()
`AWS::DirectoryService::MicrosoftAD.CreateAlias`.
|
default String |
getEdition()
`AWS::DirectoryService::MicrosoftAD.Edition`.
|
default Object |
getEnableSso()
`AWS::DirectoryService::MicrosoftAD.EnableSso`.
|
String |
getName()
`AWS::DirectoryService::MicrosoftAD.Name`.
|
String |
getPassword()
`AWS::DirectoryService::MicrosoftAD.Password`.
|
default String |
getShortName()
`AWS::DirectoryService::MicrosoftAD.ShortName`.
|
Object |
getVpcSettings()
`AWS::DirectoryService::MicrosoftAD.VpcSettings`.
|
@Stability(value=Stable) @Nullable default Object getCreateAlias()
@Stability(value=Stable) @Nullable default String getEdition()
@Stability(value=Stable) @Nullable default Object getEnableSso()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getPassword()
@Stability(value=Stable) @Nullable default String getShortName()
@Stability(value=Stable) @NotNull Object getVpcSettings()
@Stability(value=Stable) static CfnMicrosoftADProps.Builder builder()
CfnMicrosoftADProps.Builder of CfnMicrosoftADPropsCopyright © 2021. All rights reserved.