Show / Hide Table of Contents

Class FlowLog

Inheritance
System.Object
Resource
CustomResource
FlowLog
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class FlowLog : CustomResource

Constructors

View Source

FlowLog(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 Source

CenId

The ID of the CEN Instance.

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

Description

The description of flowlog.

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

FlowLogName

The name of flowlog.

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

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

ProjectName

The name of the SLS project.

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

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 Source

Get(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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.