We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.cognito.getUserPoolUiCustomizationAttachment
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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:
- Client
Id 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
). - User
Pool stringId - The user pool ID for the user pool.
- Client
Id 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
). - User
Pool stringId - The user pool ID for the user pool.
- client
Id 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
). - user
Pool StringId - The user pool ID for the user pool.
- client
Id 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
). - user
Pool stringId - 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_ strid - The user pool ID for the user pool.
- client
Id 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
). - user
Pool StringId - 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
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi