Show / Hide Table of Contents

Class EventStreamState

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

Constructors

View Source

EventStreamState()

Declaration
public EventStreamState()

Properties

View Source

ApplicationId

The application ID.

Declaration
public Input<string> ApplicationId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DestinationStreamArn

The Amazon Resource Name (ARN) of the Amazon Kinesis stream or Firehose delivery stream to which you want to publish events.

Declaration
public Input<string> DestinationStreamArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RoleArn

The IAM role that authorizes Amazon Pinpoint to publish events to the stream in your account.

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