Class AuditState
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.Log
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AuditState : ResourceArgs
Constructors
View SourceAuditState()
Declaration
public AuditState()
Properties
View SourceAliuid
Aliuid value of your account.
Declaration
public Input<string> Aliuid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
Name of SLS log audit.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MultiAccounts
Multi-account configuration, please fill in multiple aliuid.
Declaration
public InputList<string> MultiAccounts { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
VariableMap
Log audit detailed configuration.
Declaration
public InputMap<object> VariableMap { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |