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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.cognito.getUserPoolUiCustomizationAttachment

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 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 client ID for the client app. You can specify the UI customization settings for a single client (with a specific clientId) or for all clients (by setting the clientId to ALL ).
    UserPoolId string
    The user pool ID for the user pool.
    ClientId string
    The client ID for the client app. You can specify the UI customization settings for a single client (with a specific clientId) or for all clients (by setting the clientId to ALL ).
    UserPoolId string
    The user pool ID for the user pool.
    clientId String
    The client ID for the client app. You can specify the UI customization settings for a single client (with a specific clientId) or for all clients (by setting the clientId to ALL ).
    userPoolId String
    The user pool ID for the user pool.
    clientId string
    The client ID for the client app. You can specify the UI customization settings for a single client (with a specific clientId) or for all clients (by setting the clientId to ALL ).
    userPoolId string
    The user pool ID for the user pool.
    client_id str
    The client ID for the client app. You can specify the UI customization settings for a single client (with a specific clientId) or for all clients (by setting the clientId to ALL ).
    user_pool_id str
    The user pool ID for the user pool.
    clientId String
    The client ID for the client app. You can specify the UI customization settings for a single client (with a specific clientId) or for all clients (by setting the clientId to ALL ).
    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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi