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. |
logStoreName
Required
public readonly logStoreName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property logStoreName: The log store name.
projectName
Required
public readonly projectName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property projectName: The project name.
resourceId
Required
public readonly resourceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceId: The resource id.
resourceType
Required
public readonly resourceType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceType: The resource type.
trafficType
Required
public readonly trafficType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property trafficType: The traffic type.
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: The Description of flow log.
flowLogName
Optional
public readonly flowLogName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property flowLogName: The flow log name.