Skip to content

FlowLogProps

Properties for defining a FlowLog.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-flowlog

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new FlowLogProps {
    object FlowLogId,
    object RefreshOptions = null
};

Properties

Name Type Description
FlowLogId object Property flowLogId: The flow log ID.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

FlowLogIdRequired

public object FlowLogId { get; set; }
  • Type: object

Property flowLogId: The flow log ID.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.