Struct cfn::aws::logs::LogStreamProperties [] [src]

pub struct LogStreamProperties {
    pub log_group_name: Value<String>,
    pub log_stream_name: Option<Value<String>>,
}

Properties for the LogStream resource.

Fields

Property LogGroupName.

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

Property LogStreamName.

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

Trait Implementations

impl Debug for LogStreamProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for LogStreamProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<LogStreamProperties> for LogStream
[src]

[src]

Performs the conversion.

Auto Trait Implementations