Struct cfn::aws::servicediscovery::PrivateDnsNamespaceProperties [] [src]

pub struct PrivateDnsNamespaceProperties {
    pub description: Option<Value<String>>,
    pub name: Value<String>,
    pub vpc: Value<String>,
}

Properties for the PrivateDnsNamespace resource.

Fields

Property Description.

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

Property Name.

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

Property Vpc.

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

Trait Implementations

impl Debug for PrivateDnsNamespaceProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for PrivateDnsNamespaceProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<PrivateDnsNamespaceProperties> for PrivateDnsNamespace
[src]

[src]

Performs the conversion.

Auto Trait Implementations