We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.kinesisvideo.getStream
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 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 dictionary
The 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- List<Property Map>
- An array of key-value pairs associated with the Kinesis Video Stream.
Supporting Types
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.37.0 published on Wednesday, Oct 15, 2025 by Pulumi