1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. supportapp
  5. getAccountAlias

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.supportapp.getAccountAlias

Explore with Pulumi AI

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

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>
Copy
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]
Copy
func LookupAccountAlias(ctx *Context, args *LookupAccountAliasArgs, opts ...InvokeOption) (*LookupAccountAliasResult, error)
func LookupAccountAliasOutput(ctx *Context, args *LookupAccountAliasOutputArgs, opts ...InvokeOption) LookupAccountAliasResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetAccountAliasResult> getAccountAlias(GetAccountAliasArgs args, InvokeOptions options)
public static Output<GetAccountAliasResult> getAccountAlias(GetAccountAliasArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:supportapp:getAccountAlias
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountAliasResourceId This property is required. string
Unique identifier representing an alias tied to an account
AccountAliasResourceId This property is required. string
Unique identifier representing an alias tied to an account
accountAliasResourceId This property is required. String
Unique identifier representing an alias tied to an account
accountAliasResourceId This property is required. string
Unique identifier representing an alias tied to an account
account_alias_resource_id This property is required. str
Unique identifier representing an alias tied to an account
accountAliasResourceId This property is required. 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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi