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

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.getPlaybackKeyPair

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::PlaybackKeyPair

    Using getPlaybackKeyPair

    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 getPlaybackKeyPair(args: GetPlaybackKeyPairArgs, opts?: InvokeOptions): Promise<GetPlaybackKeyPairResult>
    function getPlaybackKeyPairOutput(args: GetPlaybackKeyPairOutputArgs, opts?: InvokeOptions): Output<GetPlaybackKeyPairResult>
    def get_playback_key_pair(arn: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetPlaybackKeyPairResult
    def get_playback_key_pair_output(arn: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetPlaybackKeyPairResult]
    func LookupPlaybackKeyPair(ctx *Context, args *LookupPlaybackKeyPairArgs, opts ...InvokeOption) (*LookupPlaybackKeyPairResult, error)
    func LookupPlaybackKeyPairOutput(ctx *Context, args *LookupPlaybackKeyPairOutputArgs, opts ...InvokeOption) LookupPlaybackKeyPairResultOutput

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

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

    The following arguments are supported:

    Arn string
    Key-pair identifier.
    Arn string
    Key-pair identifier.
    arn String
    Key-pair identifier.
    arn string
    Key-pair identifier.
    arn str
    Key-pair identifier.
    arn String
    Key-pair identifier.

    getPlaybackKeyPair Result

    The following output properties are available:

    Arn string
    Key-pair identifier.
    Fingerprint string
    Key-pair identifier.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of key-value pairs that contain metadata for the asset model.
    Arn string
    Key-pair identifier.
    Fingerprint string
    Key-pair identifier.
    Tags Tag
    A list of key-value pairs that contain metadata for the asset model.
    arn String
    Key-pair identifier.
    fingerprint String
    Key-pair identifier.
    tags List<Tag>
    A list of key-value pairs that contain metadata for the asset model.
    arn string
    Key-pair identifier.
    fingerprint string
    Key-pair identifier.
    tags Tag[]
    A list of key-value pairs that contain metadata for the asset model.
    arn str
    Key-pair identifier.
    fingerprint str
    Key-pair identifier.
    tags Sequence[root_Tag]
    A list of key-value pairs that contain metadata for the asset model.
    arn String
    Key-pair identifier.
    fingerprint String
    Key-pair identifier.
    tags List<Property Map>
    A list of key-value pairs that contain metadata for the asset model.

    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