get User Pool Ui Customization Attachment
suspend fun getUserPoolUiCustomizationAttachment(argument: GetUserPoolUiCustomizationAttachmentPlainArgs): GetUserPoolUiCustomizationAttachmentResult
Resource Type definition for AWS::Cognito::UserPoolUICustomizationAttachment
Return
null
Parameters
argument
null
suspend fun getUserPoolUiCustomizationAttachment(clientId: String, userPoolId: String): GetUserPoolUiCustomizationAttachmentResult
Return
null
Parameters
client Id
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
The user pool ID for the user pool.
See also
suspend fun getUserPoolUiCustomizationAttachment(argument: suspend GetUserPoolUiCustomizationAttachmentPlainArgsBuilder.() -> Unit): GetUserPoolUiCustomizationAttachmentResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.cognito.kotlin.inputs.GetUserPoolUiCustomizationAttachmentPlainArgs.