We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
Resource schema for managing AWS account-level UX customization settings, including account color, visible services, and visible regions.
Using getAccountCustomization
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 getAccountCustomization(args: GetAccountCustomizationArgs, opts?: InvokeOptions): Promise<GetAccountCustomizationResult>
function getAccountCustomizationOutput(args: GetAccountCustomizationOutputArgs, opts?: InvokeOutputOptions): Output<GetAccountCustomizationResult>def get_account_customization(account_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccountCustomizationResult
def get_account_customization_output(account_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetAccountCustomizationResult]func LookupAccountCustomization(ctx *Context, args *LookupAccountCustomizationArgs, opts ...InvokeOption) (*LookupAccountCustomizationResult, error)
func LookupAccountCustomizationOutput(ctx *Context, args *LookupAccountCustomizationOutputArgs, opts ...InvokeOption) LookupAccountCustomizationResultOutput> Note: This function is named LookupAccountCustomization in the Go SDK.
public static class GetAccountCustomization
{
public static Task<GetAccountCustomizationResult> InvokeAsync(GetAccountCustomizationArgs args, InvokeOptions? opts = null)
public static Output<GetAccountCustomizationResult> Invoke(GetAccountCustomizationInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetAccountCustomizationResult> Invoke(GetAccountCustomizationInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetAccountCustomizationResult> getAccountCustomization(GetAccountCustomizationArgs args, InvokeOptions options)
public static Output<GetAccountCustomizationResult> getAccountCustomization(GetAccountCustomizationArgs args, InvokeOptions options)
public static Output<GetAccountCustomizationResult> getAccountCustomization(GetAccountCustomizationArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:uxc:getAccountCustomization
arguments:
# arguments dictionarydata "aws-native_uxc_get_account_customization" "name" {
# arguments
}The following arguments are supported:
- Account
Id string - The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.
- Account
Id string - The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.
- account_
id string - The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.
- account
Id String - The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.
- account
Id string - The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.
- account_
id str - The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.
- account
Id String - The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.
getAccountCustomization Result
The following output properties are available:
- Account
Color Pulumi.Aws Native. Uxc. Account Customization Account Color - The color theme assigned to the account for visual identification in the AWS Console.
- Account
Id string - The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.
- Visible
Regions List<string> - A list of AWS region identifiers visible to the account in the AWS Console.
- Visible
Services List<string> - A list of AWS service identifiers visible to the account in the AWS Console.
- Account
Color AccountCustomization Account Color - The color theme assigned to the account for visual identification in the AWS Console.
- Account
Id string - The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.
- Visible
Regions []string - A list of AWS region identifiers visible to the account in the AWS Console.
- Visible
Services []string - A list of AWS service identifiers visible to the account in the AWS Console.
- account_
color "none" | "pink" | "purple" | "darkBlue" | "light Blue" | "teal" | "green" | "yellow" | "orange" | "red" - The color theme assigned to the account for visual identification in the AWS Console.
- account_
id string - The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.
- visible_
regions list(string) - A list of AWS region identifiers visible to the account in the AWS Console.
- visible_
services list(string) - A list of AWS service identifiers visible to the account in the AWS Console.
- account
Color AccountCustomization Account Color - The color theme assigned to the account for visual identification in the AWS Console.
- account
Id String - The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.
- visible
Regions List<String> - A list of AWS region identifiers visible to the account in the AWS Console.
- visible
Services List<String> - A list of AWS service identifiers visible to the account in the AWS Console.
- account
Color AccountCustomization Account Color - The color theme assigned to the account for visual identification in the AWS Console.
- account
Id string - The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.
- visible
Regions string[] - A list of AWS region identifiers visible to the account in the AWS Console.
- visible
Services string[] - A list of AWS service identifiers visible to the account in the AWS Console.
- account_
color AccountCustomization Account Color - The color theme assigned to the account for visual identification in the AWS Console.
- account_
id str - The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.
- visible_
regions Sequence[str] - A list of AWS region identifiers visible to the account in the AWS Console.
- visible_
services Sequence[str] - A list of AWS service identifiers visible to the account in the AWS Console.
- account
Color "none" | "pink" | "purple" | "darkBlue" | "light Blue" | "teal" | "green" | "yellow" | "orange" | "red" - The color theme assigned to the account for visual identification in the AWS Console.
- account
Id String - The AWS account ID that this customization belongs to. This is automatically determined from the caller's identity.
- visible
Regions List<String> - A list of AWS region identifiers visible to the account in the AWS Console.
- visible
Services List<String> - A list of AWS service identifiers visible to the account in the AWS Console.
Supporting Types
AccountCustomizationAccountColor
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi