Show / Hide Table of Contents

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 Source

MessageFormat

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
View Source

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
View Source

StreamArn

Amazon Resource Name (ARN) of the Kinesis data stream.

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