Struct cfn::aws::ec2::FlowLogProperties [] [src]

pub struct FlowLogProperties {
    pub deliver_logs_permission_arn: Value<String>,
    pub log_group_name: Value<String>,
    pub resource_id: Value<String>,
    pub resource_type: Value<String>,
    pub traffic_type: Value<String>,
}

Properties for the FlowLog resource.

Fields

Property DeliverLogsPermissionArn.

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

Property LogGroupName.

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

Property ResourceId.

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

Property ResourceType.

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

Property TrafficType.

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

Trait Implementations

impl Debug for FlowLogProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for FlowLogProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<FlowLogProperties> for FlowLog
[src]

[src]

Performs the conversion.

Auto Trait Implementations