Get Flowlogs Plain Args
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
Properties
Link copied to clipboard
The description of flowlog.
Link copied to clipboard
The name of the log store which is in the project_name SLS project.
Link copied to clipboard
File name where to save data source results (after running pulumi preview).
Link copied to clipboard
The name of the SLS project.