Class FlowLogArgs
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 FlowLogArgs : ResourceArgs
Constructors
View SourceFlowLogArgs()
Declaration
public FlowLogArgs()
Properties
View SourceCenId
The ID of the CEN Instance.
Declaration
public Input<string> CenId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description of flowlog.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FlowLogName
The name of flowlog.
Declaration
public Input<string> FlowLogName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
ProjectName
The name of the SLS project.
Declaration
public Input<string> ProjectName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |