Class GetFlowlogsArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Cen
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetFlowlogsArgs : InvokeArgs
Constructors
View SourceGetFlowlogsArgs()
Declaration
public GetFlowlogsArgs()
Properties
View SourceCenId
The ID of the CEN Instance.
Declaration
public string CenId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
The description of flowlog.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Ids
A list of CEN flow log IDs.
Declaration
public List<string> Ids { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
LogStoreName
The name of the log store which is in the project_name SLS project.
Declaration
public string LogStoreName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NameRegex
A regex string to filter CEN flow logs by name.
Declaration
public string NameRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProjectName
The name of the SLS project.
Declaration
public string ProjectName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
The status of flowlog. Valid values: ["Active", "Inactive"]. Default to "Active".
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |