@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.653Z") @Stability(value=Stable) public interface CfnUserPoolUICustomizationAttachmentProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
CfnUserPoolUICustomizationAttachmentProps cfnUserPoolUICustomizationAttachmentProps = CfnUserPoolUICustomizationAttachmentProps.builder()
.clientId("clientId")
.userPoolId("userPoolId")
// the properties below are optional
.css("css")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPoolUICustomizationAttachmentProps.Builder
A builder for
CfnUserPoolUICustomizationAttachmentProps |
static class |
CfnUserPoolUICustomizationAttachmentProps.Jsii$Proxy
An implementation for
CfnUserPoolUICustomizationAttachmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPoolUICustomizationAttachmentProps.Builder |
builder() |
String |
getClientId()
`AWS::Cognito::UserPoolUICustomizationAttachment.ClientId`.
|
default String |
getCss()
`AWS::Cognito::UserPoolUICustomizationAttachment.CSS`.
|
String |
getUserPoolId()
`AWS::Cognito::UserPoolUICustomizationAttachment.UserPoolId`.
|
@Stability(value=Stable) @NotNull String getClientId()
@Stability(value=Stable) @Nullable default String getCss()
@Stability(value=Stable) @NotNull String getUserPoolId()
@Stability(value=Stable) static CfnUserPoolUICustomizationAttachmentProps.Builder builder()
Copyright © 2021. All rights reserved.