Show / Hide Table of Contents

Class GetTrailsActiontrailResult

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

Fields

View Source

EventRw

Indicates whether the event is a read or a write event.

Declaration
public readonly string EventRw
Field Value
Type Description
System.String
View Source

Name

The name of the trail.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

OssBucketName

The name of the specified OSS bucket.

Declaration
public readonly string OssBucketName
Field Value
Type Description
System.String
View Source

OssKeyPrefix

The prefix of the specified OSS bucket name.

Declaration
public readonly string OssKeyPrefix
Field Value
Type Description
System.String
View Source

RoleName

The role in ActionTrail.

Declaration
public readonly string RoleName
Field Value
Type Description
System.String
View Source

SlsProjectArn

The unique ARN of the Log Service project.

Declaration
public readonly string SlsProjectArn
Field Value
Type Description
System.String
View Source

SlsWriteRoleArn

The unique ARN of the Log Service role.

Declaration
public readonly string SlsWriteRoleArn
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.