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.109.0 published on Wednesday, Jun 26, 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.109.0 published on Wednesday, Jun 26, 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(id: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetUserPoolUiCustomizationAttachmentResult
    def get_user_pool_ui_customization_attachment_output(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:

    Id string
    The resource ID.
    Id string
    The resource ID.
    id String
    The resource ID.
    id string
    The resource ID.
    id str
    The resource ID.
    id String
    The resource ID.

    getUserPoolUiCustomizationAttachment Result

    The following output properties are available:

    Css string
    The CSS values in the UI customization.
    Id string
    The resource ID.
    Css string
    The CSS values in the UI customization.
    Id string
    The resource ID.
    css String
    The CSS values in the UI customization.
    id String
    The resource ID.
    css string
    The CSS values in the UI customization.
    id string
    The resource ID.
    css str
    The CSS values in the UI customization.
    id str
    The resource ID.
    css String
    The CSS values in the UI customization.
    id String
    The resource ID.

    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.109.0 published on Wednesday, Jun 26, 2024 by Pulumi