We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.ivs.getPublicKey
Start a Neo task
Explain and create an aws-native.ivs.getPublicKey resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource Type definition for AWS::IVS::PublicKey
Using getPublicKey
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 getPublicKey(args: GetPublicKeyArgs, opts?: InvokeOptions): Promise<GetPublicKeyResult>
function getPublicKeyOutput(args: GetPublicKeyOutputArgs, opts?: InvokeOptions): Output<GetPublicKeyResult>def get_public_key(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPublicKeyResult
def get_public_key_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPublicKeyResult]func LookupPublicKey(ctx *Context, args *LookupPublicKeyArgs, opts ...InvokeOption) (*LookupPublicKeyResult, error)
func LookupPublicKeyOutput(ctx *Context, args *LookupPublicKeyOutputArgs, opts ...InvokeOption) LookupPublicKeyResultOutput> Note: This function is named LookupPublicKey in the Go SDK.
public static class GetPublicKey
{
public static Task<GetPublicKeyResult> InvokeAsync(GetPublicKeyArgs args, InvokeOptions? opts = null)
public static Output<GetPublicKeyResult> Invoke(GetPublicKeyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPublicKeyResult> getPublicKey(GetPublicKeyArgs args, InvokeOptions options)
public static Output<GetPublicKeyResult> getPublicKey(GetPublicKeyArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:ivs:getPublicKey
arguments:
# arguments dictionaryThe 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.
getPublicKey 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.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
