Show / Hide Table of Contents

Class AuditState

Inheritance
System.Object
InputArgs
ResourceArgs
AuditState
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.Log
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AuditState : ResourceArgs

Constructors

View Source

AuditState()

Declaration
public AuditState()

Properties

View Source

Aliuid

Aliuid value of your account.

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

DisplayName

Name of SLS log audit.

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

MultiAccounts

Multi-account configuration, please fill in multiple aliuid.

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

VariableMap

Log audit detailed configuration.

Declaration
public InputMap<object> VariableMap { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.