1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. cognito
  5. getUserPoolUiCustomizationAttachment

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

AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi

aws-native.cognito.getUserPoolUiCustomizationAttachment

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:cognito:getUserPoolUiCustomizationAttachment
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClientId 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..
    UserPoolId string
    The user pool ID for the user pool.
    ClientId 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..
    UserPoolId string
    The user pool ID for the user pool.
    clientId 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..
    userPoolId String
    The user pool ID for the user pool.
    clientId 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..
    userPoolId string
    The user pool ID for the user pool.
    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_id str
    The user pool ID for the user pool.
    clientId 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..
    userPoolId String
    The user pool ID for the user pool.

    getUserPoolUiCustomizationAttachment Result

    The following output properties are available:

    Css string
    The CSS values in the UI customization.
    Css string
    The CSS values in the UI customization.
    css String
    The CSS values in the UI customization.
    css string
    The CSS values in the UI customization.
    css str
    The CSS values in the UI customization.
    css String
    The CSS values in the UI customization.

    Package Details

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

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

    AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi