Struct cfn::aws::cloudwatch::DashboardProperties [] [src]

pub struct DashboardProperties {
    pub dashboard_body: Value<String>,
    pub dashboard_name: Option<Value<String>>,
}

Properties for the Dashboard resource.

Fields

Property DashboardBody.

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

Property DashboardName.

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

Trait Implementations

impl Debug for DashboardProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for DashboardProperties
[src]

[src]

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

impl Serialize for DashboardProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<DashboardProperties> for Dashboard
[src]

[src]

Performs the conversion.

Auto Trait Implementations