GetFlowlogsPlainArgs

data class GetFlowlogsPlainArgs(val cenId: String? = null, val description: String? = null, val ids: List<String>? = null, val logStoreName: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val projectName: String? = null, val status: String? = null) : ConvertibleToJava<GetFlowlogsPlainArgs>

A collection of arguments for invoking getFlowlogs.

Constructors

Link copied to clipboard
fun GetFlowlogsPlainArgs(cenId: String? = null, description: String? = null, ids: List<String>? = null, logStoreName: String? = null, nameRegex: String? = null, outputFile: String? = null, projectName: String? = null, status: String? = null)

Functions

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

Properties

Link copied to clipboard
val cenId: String? = null

The ID of the CEN Instance.

Link copied to clipboard
val description: String? = null

The description of flowlog.

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

A list of CEN flow log IDs.

Link copied to clipboard
val logStoreName: String? = null

The name of the log store which is in the project_name SLS project.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter CEN flow logs by 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 projectName: String? = null

The name of the SLS project.

Link copied to clipboard
val status: String? = null

The status of flowlog. Valid values: "Active", "Inactive". Default to "Active".