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

pub struct InstanceProperties {
    pub instance_attributes: Value<Value>,
    pub instance_id: Option<Value<String>>,
    pub service_id: Value<String>,
}

Properties for the Instance resource.

Fields

Property InstanceAttributes.

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

Property InstanceId.

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

Property ServiceId.

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

Trait Implementations

impl Debug for InstanceProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for InstanceProperties
[src]

[src]

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

impl Serialize for InstanceProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<InstanceProperties> for Instance
[src]

[src]

Performs the conversion.

Auto Trait Implementations