Show / Hide Table of Contents

Class RecorderArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RecorderArgs
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.Aws.Cfg
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RecorderArgs : ResourceArgs

Constructors

View Source

RecorderArgs()

Declaration
public RecorderArgs()

Properties

View Source

Name

The name of the recorder. Defaults to default. Changing it recreates the resource.

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

RecordingGroup

Recording group - see below.

Declaration
public Input<RecorderRecordingGroupArgs> RecordingGroup { get; set; }
Property Value
Type Description
Input<RecorderRecordingGroupArgs>
View Source

RoleArn

Amazon Resource Name (ARN) of the IAM role. used to make read or write requests to the delivery channel and to describe the AWS resources associated with the account. See AWS Docs for more details.

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