AWS Native
getPlaybackKeyPair
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.
- List<Pulumi.
Aws Native. IVS. Outputs. Playback Key Pair Tag> A list of key-value pairs that contain metadata for the asset model.
- Arn string
Key-pair identifier.
- Fingerprint string
Key-pair identifier.
- []Playback
Key Pair Tag A list of key-value pairs that contain metadata for the asset model.
- arn String
Key-pair identifier.
- fingerprint String
Key-pair identifier.
- List
Key Pair Tag> A list of key-value pairs that contain metadata for the asset model.
- arn string
Key-pair identifier.
- fingerprint string
Key-pair identifier.
- Playback
Key Pair Tag[] A list of key-value pairs that contain metadata for the asset model.
- arn str
Key-pair identifier.
- fingerprint str
Key-pair identifier.
- Sequence[Playback
Key Pair Tag] A list of key-value pairs that contain metadata for the asset model.
- arn String
Key-pair identifier.
- fingerprint String
Key-pair identifier.
- List
A list of key-value pairs that contain metadata for the asset model.
Supporting Types
PlaybackKeyPairTag
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws-native
- License
- Apache-2.0