Class RecorderArgs
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.Aws.Cfg
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RecorderArgs : ResourceArgs
Constructors
View SourceRecorderArgs()
Declaration
public RecorderArgs()
Properties
View SourceName
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> |
RecordingGroup
Recording group - see below.
Declaration
public Input<RecorderRecordingGroupArgs> RecordingGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RecorderRecordingGroupArgs> |
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> |