GetFlowlogsPlainArgs

data class GetFlowlogsPlainArgs(val cenId: String? = null, val description: String? = null, val flowLogId: String? = null, val flowLogName: String? = null, val flowLogVersion: String? = null, val ids: List<String>? = null, val interval: Int? = null, val logStoreName: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val projectName: String? = null, val regionId: String? = null, val status: String? = null, val transitRouterId: String? = null) : ConvertibleToJava<GetFlowlogsPlainArgs>

A collection of arguments for invoking getFlowlogs.

Constructors

Link copied to clipboard
constructor(cenId: String? = null, description: String? = null, flowLogId: String? = null, flowLogName: String? = null, flowLogVersion: String? = null, ids: List<String>? = null, interval: Int? = null, logStoreName: String? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, projectName: String? = null, regionId: String? = null, status: String? = null, transitRouterId: String? = null)

Properties

Link copied to clipboard
val cenId: String? = null

The ID of Cen instance.

Link copied to clipboard
val description: String? = null

The description of the flowlog.

Link copied to clipboard
val flowLogId: String? = null

The ID of FlowLog.

Link copied to clipboard
val flowLogName: String? = null

The name of the flowlog.

Link copied to clipboard
val flowLogVersion: String? = null

Flowlog Version.

Link copied to clipboard
val ids: List<String>? = null

A list of Flow Log IDs.

Link copied to clipboard
val interval: Int? = null

The duration of the capture window for the flow log to capture traffic. Unit: seconds. Valid values: 60 or **600 * *. Default value: **600 * *.

Link copied to clipboard
val logStoreName: String? = null

The LogStore that stores the flowlog.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Group Metric Rule name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val pageNumber: Int? = null

Current page number.

Link copied to clipboard
val pageSize: Int? = null

Number of records per page.

Link copied to clipboard
val projectName: String? = null

The Project that stores the flowlog.

Link copied to clipboard
val regionId: String? = null

Region id

Link copied to clipboard
val status: String? = null

The status of the flow log. Valid values:-Active: started.-InActive: not started.

Link copied to clipboard
val transitRouterId: String? = null

Transit Router ID

Functions

Link copied to clipboard
open override fun toJava(): GetFlowlogsPlainArgs