Struct cfn::aws::servicediscovery::service::DnsConfig [] [src]

pub struct DnsConfig {
    pub dns_records: ValueList<DnsRecord>,
    pub namespace_id: Value<String>,
}

Fields

Property DnsRecords.

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

Property NamespaceId.

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

Trait Implementations

impl Debug for DnsConfig
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DnsConfig

impl Sync for DnsConfig