Struct cfn::aws::route53::record_set::AliasTarget [] [src]

pub struct AliasTarget {
    pub dns_name: Value<String>,
    pub evaluate_target_health: Option<Value<bool>>,
    pub hosted_zone_id: Value<String>,
}

Fields

Property DNSName.

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

Property EvaluateTargetHealth.

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

Property HostedZoneId.

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

Trait Implementations

impl Debug for AliasTarget
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for AliasTarget
[src]

[src]

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

Auto Trait Implementations

impl Send for AliasTarget

impl Sync for AliasTarget