Show / Hide Table of Contents

Class GetFlowlogsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetFlowlogsArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetFlowlogsArgs()

Declaration
public GetFlowlogsArgs()

Properties

View Source

CenId

The ID of the CEN Instance.

Declaration
public string CenId { get; set; }
Property Value
Type Description
System.String
View Source

Description

The description of flowlog.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
View Source

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>
View Source

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
View Source

NameRegex

A regex string to filter CEN flow logs by name.

Declaration
public string NameRegex { get; set; }
Property Value
Type Description
System.String
View Source

OutputFile

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
View Source

ProjectName

The name of the SLS project.

Declaration
public string ProjectName { get; set; }
Property Value
Type Description
System.String
View Source

Status

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

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.