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.ivs.getPlaybackKeyPair
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::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)
public static Output<GetPlaybackKeyPairResult> getPlaybackKeyPair(GetPlaybackKeyPairArgs args, InvokeOptions options)
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. 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.
- 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<Tag>
- A list of key-value pairs that contain metadata for the asset model.
- arn string
- Key-pair identifier.
- fingerprint string
- Key-pair identifier.
- 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[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.
- List<Property Map>
- A list of key-value pairs that contain metadata for the asset model.
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