Show / Hide Table of Contents

Class FlowLogState

Inheritance
System.Object
InputArgs
ResourceArgs
FlowLogState
Inherited Members
ResourceArgs.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 FlowLogState : ResourceArgs

Constructors

View Source

FlowLogState()

Declaration
public FlowLogState()

Properties

View Source

CenId

The ID of the CEN Instance.

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

Description

The description of flowlog.

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

FlowLogName

The name of flowlog.

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

LogStoreName

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

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

ProjectName

The name of the SLS project.

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

Status

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

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