We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi
Resource Type Definition for AWS::KinesisVideo::Stream
Using getStream
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getStream(args: GetStreamArgs, opts?: InvokeOptions): Promise<GetStreamResult>
function getStreamOutput(args: GetStreamOutputArgs, opts?: InvokeOptions): Output<GetStreamResult>def get_stream(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetStreamResult
def get_stream_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStreamResult]func LookupStream(ctx *Context, args *LookupStreamArgs, opts ...InvokeOption) (*LookupStreamResult, error)
func LookupStreamOutput(ctx *Context, args *LookupStreamOutputArgs, opts ...InvokeOption) LookupStreamResultOutput> Note: This function is named LookupStream in the Go SDK.
public static class GetStream
{
public static Task<GetStreamResult> InvokeAsync(GetStreamArgs args, InvokeOptions? opts = null)
public static Output<GetStreamResult> Invoke(GetStreamInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStreamResult> getStream(GetStreamArgs args, InvokeOptions options)
public static Output<GetStreamResult> getStream(GetStreamArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:kinesisvideo:getStream
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of the Kinesis Video stream.
- Name string
- The name of the Kinesis Video stream.
- name String
- The name of the Kinesis Video stream.
- name string
- The name of the Kinesis Video stream.
- name str
- The name of the Kinesis Video stream.
- name String
- The name of the Kinesis Video stream.
getStream Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the Kinesis Video stream.
- Data
Retention intIn Hours - The number of hours till which Kinesis Video will retain the data in the stream
- Device
Name string - The name of the device that is writing to the stream.
- Kms
Key stringId - AWS KMS key ID that Kinesis Video Streams uses to encrypt stream data.
- Media
Type string - The media type of the stream. Consumers of the stream can use this information when processing the stream.
- Stream
Storage Pulumi.Configuration Aws Native. Kinesis Video. Outputs. Stream Storage Configuration - Configuration for the storage tier of the Kinesis Video Stream.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs associated with the Kinesis Video Stream.
- Arn string
- The Amazon Resource Name (ARN) of the Kinesis Video stream.
- Data
Retention intIn Hours - The number of hours till which Kinesis Video will retain the data in the stream
- Device
Name string - The name of the device that is writing to the stream.
- Kms
Key stringId - AWS KMS key ID that Kinesis Video Streams uses to encrypt stream data.
- Media
Type string - The media type of the stream. Consumers of the stream can use this information when processing the stream.
- Stream
Storage StreamConfiguration Storage Configuration - Configuration for the storage tier of the Kinesis Video Stream.
- Tag
- An array of key-value pairs associated with the Kinesis Video Stream.
- arn String
- The Amazon Resource Name (ARN) of the Kinesis Video stream.
- data
Retention IntegerIn Hours - The number of hours till which Kinesis Video will retain the data in the stream
- device
Name String - The name of the device that is writing to the stream.
- kms
Key StringId - AWS KMS key ID that Kinesis Video Streams uses to encrypt stream data.
- media
Type String - The media type of the stream. Consumers of the stream can use this information when processing the stream.
- stream
Storage StreamConfiguration Storage Configuration - Configuration for the storage tier of the Kinesis Video Stream.
- List<Tag>
- An array of key-value pairs associated with the Kinesis Video Stream.
- arn string
- The Amazon Resource Name (ARN) of the Kinesis Video stream.
- data
Retention numberIn Hours - The number of hours till which Kinesis Video will retain the data in the stream
- device
Name string - The name of the device that is writing to the stream.
- kms
Key stringId - AWS KMS key ID that Kinesis Video Streams uses to encrypt stream data.
- media
Type string - The media type of the stream. Consumers of the stream can use this information when processing the stream.
- stream
Storage StreamConfiguration Storage Configuration - Configuration for the storage tier of the Kinesis Video Stream.
- Tag[]
- An array of key-value pairs associated with the Kinesis Video Stream.
- arn str
- The Amazon Resource Name (ARN) of the Kinesis Video stream.
- data_
retention_ intin_ hours - The number of hours till which Kinesis Video will retain the data in the stream
- device_
name str - The name of the device that is writing to the stream.
- kms_
key_ strid - AWS KMS key ID that Kinesis Video Streams uses to encrypt stream data.
- media_
type str - The media type of the stream. Consumers of the stream can use this information when processing the stream.
- stream_
storage_ Streamconfiguration Storage Configuration - Configuration for the storage tier of the Kinesis Video Stream.
- Sequence[root_Tag]
- An array of key-value pairs associated with the Kinesis Video Stream.
- arn String
- The Amazon Resource Name (ARN) of the Kinesis Video stream.
- data
Retention NumberIn Hours - The number of hours till which Kinesis Video will retain the data in the stream
- device
Name String - The name of the device that is writing to the stream.
- kms
Key StringId - AWS KMS key ID that Kinesis Video Streams uses to encrypt stream data.
- media
Type String - The media type of the stream. Consumers of the stream can use this information when processing the stream.
- stream
Storage Property MapConfiguration - Configuration for the storage tier of the Kinesis Video Stream.
- List<Property Map>
- An array of key-value pairs associated with the Kinesis Video Stream.
Supporting Types
StreamStorageConfiguration
- Default
Storage Pulumi.Tier Aws Native. Kinesis Video. Stream Storage Configuration Default Storage Tier - The storage tier for the Kinesis Video Stream. Determines the storage class used for stream data.
- Default
Storage StreamTier Storage Configuration Default Storage Tier - The storage tier for the Kinesis Video Stream. Determines the storage class used for stream data.
- default
Storage StreamTier Storage Configuration Default Storage Tier - The storage tier for the Kinesis Video Stream. Determines the storage class used for stream data.
- default
Storage StreamTier Storage Configuration Default Storage Tier - The storage tier for the Kinesis Video Stream. Determines the storage class used for stream data.
- default_
storage_ Streamtier Storage Configuration Default Storage Tier - The storage tier for the Kinesis Video Stream. Determines the storage class used for stream data.
- default
Storage "HOT" | "WARM"Tier - The storage tier for the Kinesis Video Stream. Determines the storage class used for stream data.
StreamStorageConfigurationDefaultStorageTier
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi
