We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.ivs.getStreamKey
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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.
- List<Pulumi.
Aws Native. Outputs. 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.
- 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.
- List<Property Map>
- A list of key-value pairs that contain metadata for the asset model.
- value String
- Stream-key value.
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi