Class EventTargetKinesisTargetGetArgs
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.CloudWatch.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EventTargetKinesisTargetGetArgs : ResourceArgs
Constructors
View SourceEventTargetKinesisTargetGetArgs()
Declaration
public EventTargetKinesisTargetGetArgs()
Properties
View SourcePartitionKeyPath
The JSON path to be extracted from the event and used as the partition key.
Declaration
public Input<string> PartitionKeyPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |