GetAccountAlias
Using GetAccountAlias
function getAccountAlias(args: GetAccountAliasArgs, opts?: InvokeOptions): Promise<GetAccountAliasResult>function get_account_alias(output_file=None, opts=None)func LookupAccountAlias(ctx *Context, args *LookupAccountAliasArgs, opts ...InvokeOption) (*LookupAccountAliasResult, error)Note: This function is named
LookupAccountAliasin the Go SDK.
public static class GetAccountAlias {
public static Task<GetAccountAliasResult> InvokeAsync(GetAccountAliasArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetAccountAlias Result
The following output properties are available:
- Account
Alias string - Id string
The provider-assigned unique ID for this managed resource.
- Output
File string
- Account
Alias string - Id string
The provider-assigned unique ID for this managed resource.
- Output
File string
- account
Alias string - id string
The provider-assigned unique ID for this managed resource.
- output
File string
- account_
alias str - id str
The provider-assigned unique ID for this managed resource.
- output_
file str
Package Details
- Repository
- https://github.com/pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.