1. Packages
  2. AWS Native
  3. API Docs
  4. paymentcryptography
  5. getAlias

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.paymentcryptography.getAlias

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:paymentcryptography:getAlias
      arguments:
        # arguments dictionary

    The 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 KeyARN of the key associated with the alias.
    KeyArn string
    The KeyARN of the key associated with the alias.
    keyArn String
    The KeyARN of the key associated with the alias.
    keyArn string
    The KeyARN of the key associated with the alias.
    key_arn str
    The KeyARN of the key associated with the alias.
    keyArn String
    The KeyARN of the key associated with the alias.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi