Skip to content

FlowLogProps

Properties for defining a FlowLog.

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

Initializer

import { FlowLogProps } from '@alicloud/ros-cdk-vpc'
const flowLogProps: FlowLogProps = { ... }

Properties

Name Type Description
logStoreName string | @alicloud/ros-cdk-core.IResolvable Property logStoreName: The log store name.
projectName string | @alicloud/ros-cdk-core.IResolvable Property projectName: The project name.
resourceId string | @alicloud/ros-cdk-core.IResolvable Property resourceId: The resource id.
resourceType string | @alicloud/ros-cdk-core.IResolvable Property resourceType: The resource type.
trafficType string | @alicloud/ros-cdk-core.IResolvable Property trafficType: The traffic type.
description string | @alicloud/ros-cdk-core.IResolvable Property description: The Description of flow log.
flowLogName string | @alicloud/ros-cdk-core.IResolvable Property flowLogName: The flow log name.

logStoreNameRequired

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

Property logStoreName: The log store name.


projectNameRequired

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

Property projectName: The project name.


resourceIdRequired

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

Property resourceId: The resource id.


resourceTypeRequired

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

Property resourceType: The resource type.


trafficTypeRequired

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

Property trafficType: The traffic type.


descriptionOptional

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

Property description: The Description of flow log.


flowLogNameOptional

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

Property flowLogName: The flow log name.