Class EndpointKinesisSettings
Inheritance
System.Object
EndpointKinesisSettings
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.Dms.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointKinesisSettings
Fields
View SourceMessageFormat
Output format for the records created. Defaults to json. Valid values are json and json_unformatted (a single line with no tab).
Declaration
public readonly string MessageFormat
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceAccessRoleArn
Amazon Resource Name (ARN) of the IAM Role with permissions to write to the Kinesis data stream.
Declaration
public readonly string ServiceAccessRoleArn
Field Value
| Type | Description |
|---|---|
| System.String |
StreamArn
Amazon Resource Name (ARN) of the Kinesis data stream.
Declaration
public readonly string StreamArn
Field Value
| Type | Description |
|---|---|
| System.String |