aws-native logo
AWS Native v0.64.0, Jun 2 23

aws-native.supportapp.getAccountAlias

Explore with Pulumi AI

An AWS Support App resource that creates, updates, reads, and deletes a customer’s account alias.

Using getAccountAlias

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 getAccountAlias(args: GetAccountAliasArgs, opts?: InvokeOptions): Promise<GetAccountAliasResult>
function getAccountAliasOutput(args: GetAccountAliasOutputArgs, opts?: InvokeOptions): Output<GetAccountAliasResult>
def get_account_alias(account_alias_resource_id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetAccountAliasResult
def get_account_alias_output(account_alias_resource_id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetAccountAliasResult]
func LookupAccountAlias(ctx *Context, args *LookupAccountAliasArgs, opts ...InvokeOption) (*LookupAccountAliasResult, error)
func LookupAccountAliasOutput(ctx *Context, args *LookupAccountAliasOutputArgs, opts ...InvokeOption) LookupAccountAliasResultOutput

> Note: This function is named LookupAccountAlias in the Go SDK.

public static class GetAccountAlias 
{
    public static Task<GetAccountAliasResult> InvokeAsync(GetAccountAliasArgs args, InvokeOptions? opts = null)
    public static Output<GetAccountAliasResult> Invoke(GetAccountAliasInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccountAliasResult> getAccountAlias(GetAccountAliasArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:supportapp:getAccountAlias
  arguments:
    # arguments dictionary

The following arguments are supported:

AccountAliasResourceId string

Unique identifier representing an alias tied to an account

AccountAliasResourceId string

Unique identifier representing an alias tied to an account

accountAliasResourceId String

Unique identifier representing an alias tied to an account

accountAliasResourceId string

Unique identifier representing an alias tied to an account

account_alias_resource_id str

Unique identifier representing an alias tied to an account

accountAliasResourceId String

Unique identifier representing an alias tied to an account

getAccountAlias Result

The following output properties are available:

AccountAliasResourceId string

Unique identifier representing an alias tied to an account

AccountAliasValue string

An account alias associated with a customer's account.

AccountAlias string

An account alias associated with a customer's account.

AccountAliasResourceId string

Unique identifier representing an alias tied to an account

accountAlias String

An account alias associated with a customer's account.

accountAliasResourceId String

Unique identifier representing an alias tied to an account

accountAlias string

An account alias associated with a customer's account.

accountAliasResourceId string

Unique identifier representing an alias tied to an account

account_alias str

An account alias associated with a customer's account.

account_alias_resource_id str

Unique identifier representing an alias tied to an account

accountAlias String

An account alias associated with a customer's account.

accountAliasResourceId String

Unique identifier representing an alias tied to an account

Package Details

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