Skip to content

RosFlowLogProps

Properties for defining a RosFlowLog.

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

Initializer

import { datasource } from '@alicloud/ros-cdk-vpc'
const rosFlowLogProps: datasource.RosFlowLogProps = { ... }

Properties

Name Type Description
flowLogId string | @alicloud/ros-cdk-core.IResolvable No description.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable No description.

flowLogIdRequired

public readonly flowLogId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable