We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.cognito.getUserPoolUiCustomizationAttachment
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Resource Type definition for AWS::Cognito::UserPoolUICustomizationAttachment
Using getUserPoolUiCustomizationAttachment
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 getUserPoolUiCustomizationAttachment(args: GetUserPoolUiCustomizationAttachmentArgs, opts?: InvokeOptions): Promise<GetUserPoolUiCustomizationAttachmentResult>
function getUserPoolUiCustomizationAttachmentOutput(args: GetUserPoolUiCustomizationAttachmentOutputArgs, opts?: InvokeOptions): Output<GetUserPoolUiCustomizationAttachmentResult>
def get_user_pool_ui_customization_attachment(client_id: Optional[str] = None,
user_pool_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUserPoolUiCustomizationAttachmentResult
def get_user_pool_ui_customization_attachment_output(client_id: Optional[pulumi.Input[str]] = None,
user_pool_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUserPoolUiCustomizationAttachmentResult]
func LookupUserPoolUiCustomizationAttachment(ctx *Context, args *LookupUserPoolUiCustomizationAttachmentArgs, opts ...InvokeOption) (*LookupUserPoolUiCustomizationAttachmentResult, error)
func LookupUserPoolUiCustomizationAttachmentOutput(ctx *Context, args *LookupUserPoolUiCustomizationAttachmentOutputArgs, opts ...InvokeOption) LookupUserPoolUiCustomizationAttachmentResultOutput
> Note: This function is named LookupUserPoolUiCustomizationAttachment
in the Go SDK.
public static class GetUserPoolUiCustomizationAttachment
{
public static Task<GetUserPoolUiCustomizationAttachmentResult> InvokeAsync(GetUserPoolUiCustomizationAttachmentArgs args, InvokeOptions? opts = null)
public static Output<GetUserPoolUiCustomizationAttachmentResult> Invoke(GetUserPoolUiCustomizationAttachmentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetUserPoolUiCustomizationAttachmentResult> getUserPoolUiCustomizationAttachment(GetUserPoolUiCustomizationAttachmentArgs args, InvokeOptions options)
public static Output<GetUserPoolUiCustomizationAttachmentResult> getUserPoolUiCustomizationAttachment(GetUserPoolUiCustomizationAttachmentArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:cognito:getUserPoolUiCustomizationAttachment
arguments:
# arguments dictionary
The following arguments are supported:
- Client
Id string - The app client ID for your UI customization. When this value isn't present, the customization applies to all user pool app clients that don't have client-level settings..
- User
Pool stringId - The ID of the user pool where you want to apply branding to the classic hosted UI.
- Client
Id string - The app client ID for your UI customization. When this value isn't present, the customization applies to all user pool app clients that don't have client-level settings..
- User
Pool stringId - The ID of the user pool where you want to apply branding to the classic hosted UI.
- client
Id String - The app client ID for your UI customization. When this value isn't present, the customization applies to all user pool app clients that don't have client-level settings..
- user
Pool StringId - The ID of the user pool where you want to apply branding to the classic hosted UI.
- client
Id string - The app client ID for your UI customization. When this value isn't present, the customization applies to all user pool app clients that don't have client-level settings..
- user
Pool stringId - The ID of the user pool where you want to apply branding to the classic hosted UI.
- client_
id str - The app client ID for your UI customization. When this value isn't present, the customization applies to all user pool app clients that don't have client-level settings..
- user_
pool_ strid - The ID of the user pool where you want to apply branding to the classic hosted UI.
- client
Id String - The app client ID for your UI customization. When this value isn't present, the customization applies to all user pool app clients that don't have client-level settings..
- user
Pool StringId - The ID of the user pool where you want to apply branding to the classic hosted UI.
getUserPoolUiCustomizationAttachment Result
The following output properties are available:
- Css string
- A plaintext CSS file that contains the custom fields that you want to apply to your user pool or app client. To download a template, go to the Amazon Cognito console. Navigate to your user pool App clients tab, select Login pages , edit Hosted UI (classic) style , and select the link to
CSS template.css
.
- Css string
- A plaintext CSS file that contains the custom fields that you want to apply to your user pool or app client. To download a template, go to the Amazon Cognito console. Navigate to your user pool App clients tab, select Login pages , edit Hosted UI (classic) style , and select the link to
CSS template.css
.
- css String
- A plaintext CSS file that contains the custom fields that you want to apply to your user pool or app client. To download a template, go to the Amazon Cognito console. Navigate to your user pool App clients tab, select Login pages , edit Hosted UI (classic) style , and select the link to
CSS template.css
.
- css string
- A plaintext CSS file that contains the custom fields that you want to apply to your user pool or app client. To download a template, go to the Amazon Cognito console. Navigate to your user pool App clients tab, select Login pages , edit Hosted UI (classic) style , and select the link to
CSS template.css
.
- css str
- A plaintext CSS file that contains the custom fields that you want to apply to your user pool or app client. To download a template, go to the Amazon Cognito console. Navigate to your user pool App clients tab, select Login pages , edit Hosted UI (classic) style , and select the link to
CSS template.css
.
- css String
- A plaintext CSS file that contains the custom fields that you want to apply to your user pool or app client. To download a template, go to the Amazon Cognito console. Navigate to your user pool App clients tab, select Login pages , edit Hosted UI (classic) style , and select the link to
CSS template.css
.
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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi