Skip to content

RosFlowLogProps

Properties for defining a RosFlowLog.

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

Initializer

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

Properties

Name Type Description
FlowLogId object No description.
RefreshOptions object No description.

FlowLogIdRequired

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

RefreshOptionsOptional

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