Show / Hide Table of Contents

Class EndpointKinesisSettingsArgs

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

Constructors

View Source

EndpointKinesisSettingsArgs()

Declaration
public EndpointKinesisSettingsArgs()

Properties

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 Input<string> MessageFormat { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

StreamArn

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

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