Class EndpointKinesisSettingsArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EndpointKinesisSettingsArgs : ResourceArgs
Constructors
View SourceEndpointKinesisSettingsArgs()
Declaration
public EndpointKinesisSettingsArgs()
Properties
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 Input<string> MessageFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceAccessRoleArn
Amazon Resource Name (ARN) of the IAM Role with permissions to write to the Kinesis data stream.
Declaration
public Input<string> ServiceAccessRoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StreamArn
Amazon Resource Name (ARN) of the Kinesis data stream.
Declaration
public Input<string> StreamArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |