Class FlowLog
Inherited Members
Namespace: Pulumi.AliCloud.Cen
Assembly: Pulumi.AliCloud.dll
Syntax
public class FlowLog : CustomResource
Constructors
View SourceFlowLog(String, FlowLogArgs, CustomResourceOptions)
Create a FlowLog resource with the given unique name, arguments, and options.
Declaration
public FlowLog(string name, FlowLogArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| FlowLogArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceCenId
The ID of the CEN Instance.
Declaration
public Output<string> CenId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Description
The description of flowlog.
Declaration
public Output<string> Description { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
FlowLogName
The name of flowlog.
Declaration
public Output<string> FlowLogName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
LogStoreName
The name of the log store which is in the project_name SLS project.
Declaration
public Output<string> LogStoreName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ProjectName
The name of the SLS project.
Declaration
public Output<string> ProjectName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Status
The status of flowlog. Valid values: ["Active", "Inactive"]. Default to "Active".
Declaration
public Output<string> Status { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, FlowLogState, CustomResourceOptions)
Get an existing FlowLog resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static FlowLog Get(string name, Input<string> id, FlowLogState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| FlowLogState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| FlowLog |