Show / Hide Table of Contents

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 Source

Arn

The Amazon Resource Name (ARN) of the Kinesis Stream (same as id).

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

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

CreationTimestamp

The approximate UNIX timestamp that the stream was created.

Declaration
public readonly int CreationTimestamp
Field Value
Type Description
System.Int32
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

The name of the Kinesis Stream.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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

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

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

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.