Struct cfn::aws::directoryservice::MicrosoftADProperties [] [src]

pub struct MicrosoftADProperties {
    pub create_alias: Option<Value<bool>>,
    pub enable_sso: Option<Value<bool>>,
    pub name: Value<String>,
    pub password: Value<String>,
    pub short_name: Option<Value<String>>,
    pub vpc_settings: Value<VpcSettings>,
}

Properties for the MicrosoftAD resource.

Fields

Property CreateAlias.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property EnableSso.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Name.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property Password.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property ShortName.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property VpcSettings.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Trait Implementations

impl Debug for MicrosoftADProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for MicrosoftADProperties
[src]

[src]

Returns the "default value" for a type. Read more

impl Serialize for MicrosoftADProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for MicrosoftADProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<MicrosoftADProperties> for MicrosoftAD
[src]

[src]

Performs the conversion.

Auto Trait Implementations