AWS Native is in preview. AWS Classic is fully supported.
aws-native.paymentcryptography.getAlias
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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:
- Alias
Name 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 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 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 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.
- alias
Name 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:
- Key
Arn string - The
KeyARN
of the key associated with the alias.
- Key
Arn string - The
KeyARN
of the key associated with the alias.
- key
Arn String - The
KeyARN
of the key associated with the alias.
- key
Arn string - The
KeyARN
of the key associated with the alias.
- key_
arn str - The
KeyARN
of the key associated with the alias.
- key
Arn 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 is in preview. AWS Classic is fully supported.