@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.850Z") @Stability(value=Stable) public class CfnMicrosoftAD extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnMicrosoftAD.Builder
A fluent builder for
CfnMicrosoftAD. |
static interface |
CfnMicrosoftAD.VpcSettingsProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnMicrosoftAD(software.constructs.Construct scope,
String id,
CfnMicrosoftADProps props)
Create a new `AWS::DirectoryService::MicrosoftAD`.
|
protected |
CfnMicrosoftAD(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnMicrosoftAD(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrAlias() |
List<String> |
getAttrDnsIpAddresses() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getCreateAlias()
`AWS::DirectoryService::MicrosoftAD.CreateAlias`.
|
String |
getEdition()
`AWS::DirectoryService::MicrosoftAD.Edition`.
|
Object |
getEnableSso()
`AWS::DirectoryService::MicrosoftAD.EnableSso`.
|
String |
getName()
`AWS::DirectoryService::MicrosoftAD.Name`.
|
String |
getPassword()
`AWS::DirectoryService::MicrosoftAD.Password`.
|
String |
getShortName()
`AWS::DirectoryService::MicrosoftAD.ShortName`.
|
Object |
getVpcSettings()
`AWS::DirectoryService::MicrosoftAD.VpcSettings`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCreateAlias(Boolean value)
`AWS::DirectoryService::MicrosoftAD.CreateAlias`.
|
void |
setCreateAlias(IResolvable value)
`AWS::DirectoryService::MicrosoftAD.CreateAlias`.
|
void |
setEdition(String value)
`AWS::DirectoryService::MicrosoftAD.Edition`.
|
void |
setEnableSso(Boolean value)
`AWS::DirectoryService::MicrosoftAD.EnableSso`.
|
void |
setEnableSso(IResolvable value)
`AWS::DirectoryService::MicrosoftAD.EnableSso`.
|
void |
setName(String value)
`AWS::DirectoryService::MicrosoftAD.Name`.
|
void |
setPassword(String value)
`AWS::DirectoryService::MicrosoftAD.Password`.
|
void |
setShortName(String value)
`AWS::DirectoryService::MicrosoftAD.ShortName`.
|
void |
setVpcSettings(CfnMicrosoftAD.VpcSettingsProperty value)
`AWS::DirectoryService::MicrosoftAD.VpcSettings`.
|
void |
setVpcSettings(IResolvable value)
`AWS::DirectoryService::MicrosoftAD.VpcSettings`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnMicrosoftAD(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnMicrosoftAD(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnMicrosoftAD(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnMicrosoftADProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrAlias()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getPassword()
@Stability(value=Stable)
public void setPassword(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getVpcSettings()
@Stability(value=Stable)
public void setVpcSettings(@NotNull
CfnMicrosoftAD.VpcSettingsProperty value)
@Stability(value=Stable)
public void setVpcSettings(@NotNull
IResolvable value)
@Stability(value=Stable) @Nullable public Object getCreateAlias()
@Stability(value=Stable)
public void setCreateAlias(@Nullable
Boolean value)
@Stability(value=Stable)
public void setCreateAlias(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getEdition()
@Stability(value=Stable)
public void setEdition(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getEnableSso()
@Stability(value=Stable)
public void setEnableSso(@Nullable
Boolean value)
@Stability(value=Stable)
public void setEnableSso(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getShortName()
@Stability(value=Stable)
public void setShortName(@Nullable
String value)
Copyright © 2021. All rights reserved.