We recommend new projects start with resources from the AWS provider.
aws-native.paymentcryptography.getAlias
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::PaymentCryptography::Alias Resource Type
Using getAlias
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 getAlias(args: GetAliasArgs, opts?: InvokeOptions): Promise<GetAliasResult>
function getAliasOutput(args: GetAliasOutputArgs, opts?: InvokeOptions): Output<GetAliasResult>def get_alias(alias_name: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetAliasResult
def get_alias_output(alias_name: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetAliasResult]func LookupAlias(ctx *Context, args *LookupAliasArgs, opts ...InvokeOption) (*LookupAliasResult, error)
func LookupAliasOutput(ctx *Context, args *LookupAliasOutputArgs, opts ...InvokeOption) LookupAliasResultOutput> Note: This function is named LookupAlias in the Go SDK.
public static class GetAlias 
{
    public static Task<GetAliasResult> InvokeAsync(GetAliasArgs args, InvokeOptions? opts = null)
    public static Output<GetAliasResult> Invoke(GetAliasInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAliasResult> getAlias(GetAliasArgs args, InvokeOptions options)
public static Output<GetAliasResult> getAlias(GetAliasArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:paymentcryptography:getAlias
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AliasName string
- A friendly name that you can use to refer to a key. The value must begin with - alias/.- Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in AWS CloudTrail logs and other output. 
- AliasName string
- A friendly name that you can use to refer to a key. The value must begin with - alias/.- Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in AWS CloudTrail logs and other output. 
- aliasName String
- A friendly name that you can use to refer to a key. The value must begin with - alias/.- Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in AWS CloudTrail logs and other output. 
- aliasName string
- A friendly name that you can use to refer to a key. The value must begin with - alias/.- Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in AWS CloudTrail logs and other output. 
- alias_name str
- A friendly name that you can use to refer to a key. The value must begin with - alias/.- Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in AWS CloudTrail logs and other output. 
- aliasName String
- A friendly name that you can use to refer to a key. The value must begin with - alias/.- Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in AWS CloudTrail logs and other output. 
getAlias Result
The following output properties are available:
- KeyArn string
- The KeyARNof the key associated with the alias.
- KeyArn string
- The KeyARNof the key associated with the alias.
- keyArn String
- The KeyARNof the key associated with the alias.
- keyArn string
- The KeyARNof the key associated with the alias.
- key_arn str
- The KeyARNof the key associated with the alias.
- keyArn String
- The KeyARNof the key associated with the alias.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.