Show / Hide Table of Contents

Class TrailState

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

Constructors

View Source

TrailState()

Declaration
public TrailState()

Properties

View Source

EventRw

Indicates whether the event is a read or a write event. Valid values: Read, Write, and All. Default value: Write.

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

Name

The name of the trail to be created, which must be unique for an account.

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

OssBucketName

The OSS bucket to which the trail delivers logs. Ensure that this is an existing OSS bucket.

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

OssKeyPrefix

The prefix of the specified OSS bucket name. This parameter can be left empty.

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

RoleName

The RAM role in ActionTrail permitted by the user.

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

SlsProjectArn

The unique ARN of the Log Service project.

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

SlsWriteRoleArn

The unique ARN of the Log Service role.

Declaration
public Input<string> SlsWriteRoleArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.