1. Packages
  2. AWS Native
  3. API Docs
  4. ivs
  5. getStreamKey

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.ivs.getStreamKey

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Resource Type definition for AWS::IVS::StreamKey

    Using getStreamKey

    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 getStreamKey(args: GetStreamKeyArgs, opts?: InvokeOptions): Promise<GetStreamKeyResult>
    function getStreamKeyOutput(args: GetStreamKeyOutputArgs, opts?: InvokeOptions): Output<GetStreamKeyResult>
    def get_stream_key(arn: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetStreamKeyResult
    def get_stream_key_output(arn: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetStreamKeyResult]
    func LookupStreamKey(ctx *Context, args *LookupStreamKeyArgs, opts ...InvokeOption) (*LookupStreamKeyResult, error)
    func LookupStreamKeyOutput(ctx *Context, args *LookupStreamKeyOutputArgs, opts ...InvokeOption) LookupStreamKeyResultOutput

    > Note: This function is named LookupStreamKey in the Go SDK.

    public static class GetStreamKey 
    {
        public static Task<GetStreamKeyResult> InvokeAsync(GetStreamKeyArgs args, InvokeOptions? opts = null)
        public static Output<GetStreamKeyResult> Invoke(GetStreamKeyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStreamKeyResult> getStreamKey(GetStreamKeyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:ivs:getStreamKey
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    Stream Key ARN is automatically generated on creation and assigned as the unique identifier.
    Arn string
    Stream Key ARN is automatically generated on creation and assigned as the unique identifier.
    arn String
    Stream Key ARN is automatically generated on creation and assigned as the unique identifier.
    arn string
    Stream Key ARN is automatically generated on creation and assigned as the unique identifier.
    arn str
    Stream Key ARN is automatically generated on creation and assigned as the unique identifier.
    arn String
    Stream Key ARN is automatically generated on creation and assigned as the unique identifier.

    getStreamKey Result

    The following output properties are available:

    Arn string
    Stream Key ARN is automatically generated on creation and assigned as the unique identifier.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of key-value pairs that contain metadata for the asset model.
    Value string
    Stream-key value.
    Arn string
    Stream Key ARN is automatically generated on creation and assigned as the unique identifier.
    Tags Tag
    A list of key-value pairs that contain metadata for the asset model.
    Value string
    Stream-key value.
    arn String
    Stream Key ARN is automatically generated on creation and assigned as the unique identifier.
    tags List<Tag>
    A list of key-value pairs that contain metadata for the asset model.
    value String
    Stream-key value.
    arn string
    Stream Key ARN is automatically generated on creation and assigned as the unique identifier.
    tags Tag[]
    A list of key-value pairs that contain metadata for the asset model.
    value string
    Stream-key value.
    arn str
    Stream Key ARN is automatically generated on creation and assigned as the unique identifier.
    tags Sequence[root_Tag]
    A list of key-value pairs that contain metadata for the asset model.
    value str
    Stream-key value.
    arn String
    Stream Key ARN is automatically generated on creation and assigned as the unique identifier.
    tags List<Property Map>
    A list of key-value pairs that contain metadata for the asset model.
    value String
    Stream-key value.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi