Skip to content

FlowLogProps

Properties for defining a FlowLog.

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

Initializer

import com.aliyun.ros.cdk.vpc.FlowLogProps;
FlowLogProps.builder()
    .logStoreName(java.lang.String)
    .logStoreName(IResolvable)
    .projectName(java.lang.String)
    .projectName(IResolvable)
    .resourceId(java.lang.String)
    .resourceId(IResolvable)
    .resourceType(java.lang.String)
    .resourceType(IResolvable)
    .trafficType(java.lang.String)
    .trafficType(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .flowLogName(java.lang.String)
//  .flowLogName(IResolvable)
    .build();

Properties

Name Type Description
logStoreName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property logStoreName: The log store name.
projectName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property projectName: The project name.
resourceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property resourceId: The resource id.
resourceType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property resourceType: The resource type.
trafficType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property trafficType: The traffic type.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: The Description of flow log.
flowLogName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property flowLogName: The flow log name.

logStoreNameRequired

public java.lang.Object getLogStoreName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property logStoreName: The log store name.


projectNameRequired

public java.lang.Object getProjectName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property projectName: The project name.


resourceIdRequired

public java.lang.Object getResourceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property resourceId: The resource id.


resourceTypeRequired

public java.lang.Object getResourceType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property resourceType: The resource type.


trafficTypeRequired

public java.lang.Object getTrafficType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property trafficType: The traffic type.


descriptionOptional

public java.lang.Object getDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property description: The Description of flow log.


flowLogNameOptional

public java.lang.Object getFlowLogName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property flowLogName: The flow log name.