Class GetStreamResult
Inheritance
System.Object
GetStreamResult
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.Kinesis
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetStreamResult
Fields
View SourceArn
The Amazon Resource Name (ARN) of the Kinesis Stream (same as id).
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
ClosedShards
The list of shard ids in the CLOSED state. See Shard State for more.
Declaration
public readonly ImmutableArray<string> ClosedShards
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
CreationTimestamp
The approximate UNIX timestamp that the stream was created.
Declaration
public readonly int CreationTimestamp
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the Kinesis Stream.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
OpenShards
The list of shard ids in the OPEN state. See Shard State for more.
Declaration
public readonly ImmutableArray<string> OpenShards
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
RetentionPeriod
Length of time (in hours) data records are accessible after they are added to the stream.
Declaration
public readonly int RetentionPeriod
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ShardLevelMetrics
A list of shard-level CloudWatch metrics which are enabled for the stream. See Monitoring with CloudWatch for more.
Declaration
public readonly ImmutableArray<string> ShardLevelMetrics
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Status
The current status of the stream. The stream status is one of CREATING, DELETING, ACTIVE, or UPDATING.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A map of tags to assigned to the stream.
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |