Package-level declarations

Types

Link copied to clipboard
data class GetIdentityPoolPlainArgs(val id: String) : ConvertibleToJava<GetIdentityPoolPlainArgs>
Link copied to clipboard
data class GetIdentityPoolPrincipalTagPlainArgs(val identityPoolId: String, val identityProviderName: String) : ConvertibleToJava<GetIdentityPoolPrincipalTagPlainArgs>
Link copied to clipboard
data class GetLogDeliveryConfigurationPlainArgs(val id: String) : ConvertibleToJava<GetLogDeliveryConfigurationPlainArgs>
Link copied to clipboard
data class GetUserPoolClientPlainArgs(val id: String) : ConvertibleToJava<GetUserPoolClientPlainArgs>
Link copied to clipboard
data class GetUserPoolGroupPlainArgs(val groupName: String, val userPoolId: String) : ConvertibleToJava<GetUserPoolGroupPlainArgs>
Link copied to clipboard
data class GetUserPoolPlainArgs(val userPoolId: String) : ConvertibleToJava<GetUserPoolPlainArgs>
Link copied to clipboard
data class IdentityPoolCognitoIdentityProviderArgs(val clientId: Output<String>? = null, val providerName: Output<String>? = null, val serverSideTokenCheck: Output<Boolean>? = null) : ConvertibleToJava<IdentityPoolCognitoIdentityProviderArgs>
Link copied to clipboard
data class IdentityPoolCognitoStreamsArgs(val roleArn: Output<String>? = null, val streamName: Output<String>? = null, val streamingStatus: Output<String>? = null) : ConvertibleToJava<IdentityPoolCognitoStreamsArgs>
Link copied to clipboard
data class IdentityPoolPushSyncArgs(val applicationArns: Output<List<String>>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<IdentityPoolPushSyncArgs>
data class LogDeliveryConfigurationCloudWatchLogsConfigurationArgs(val logGroupArn: Output<String>? = null) : ConvertibleToJava<LogDeliveryConfigurationCloudWatchLogsConfigurationArgs>
data class LogDeliveryConfigurationLogConfigurationArgs(val cloudWatchLogsConfiguration: Output<LogDeliveryConfigurationCloudWatchLogsConfigurationArgs>? = null, val eventSource: Output<String>? = null, val logLevel: Output<String>? = null) : ConvertibleToJava<LogDeliveryConfigurationLogConfigurationArgs>
Link copied to clipboard
data class UserPoolAccountRecoverySettingArgs(val recoveryMechanisms: Output<List<UserPoolRecoveryOptionArgs>>? = null) : ConvertibleToJava<UserPoolAccountRecoverySettingArgs>
Link copied to clipboard
data class UserPoolAddOnsArgs(val advancedSecurityMode: Output<String>? = null) : ConvertibleToJava<UserPoolAddOnsArgs>
Link copied to clipboard
Link copied to clipboard
data class UserPoolAdminCreateUserConfigArgs(val allowAdminCreateUserOnly: Output<Boolean>? = null, val inviteMessageTemplate: Output<UserPoolInviteMessageTemplateArgs>? = null, val unusedAccountValidityDays: Output<Int>? = null) : ConvertibleToJava<UserPoolAdminCreateUserConfigArgs>
Link copied to clipboard
data class UserPoolClientAnalyticsConfigurationArgs(val applicationArn: Output<String>? = null, val applicationId: Output<String>? = null, val externalId: Output<String>? = null, val roleArn: Output<String>? = null, val userDataShared: Output<Boolean>? = null) : ConvertibleToJava<UserPoolClientAnalyticsConfigurationArgs>
Link copied to clipboard
data class UserPoolClientTokenValidityUnitsArgs(val accessToken: Output<String>? = null, val idToken: Output<String>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<UserPoolClientTokenValidityUnitsArgs>
Link copied to clipboard
data class UserPoolCustomEmailSenderArgs(val lambdaArn: Output<String>? = null, val lambdaVersion: Output<String>? = null) : ConvertibleToJava<UserPoolCustomEmailSenderArgs>
Link copied to clipboard
data class UserPoolCustomSmsSenderArgs(val lambdaArn: Output<String>? = null, val lambdaVersion: Output<String>? = null) : ConvertibleToJava<UserPoolCustomSmsSenderArgs>
Link copied to clipboard
data class UserPoolDeviceConfigurationArgs(val challengeRequiredOnNewDevice: Output<Boolean>? = null, val deviceOnlyRememberedOnUserPrompt: Output<Boolean>? = null) : ConvertibleToJava<UserPoolDeviceConfigurationArgs>
Link copied to clipboard
data class UserPoolEmailConfigurationArgs(val configurationSet: Output<String>? = null, val emailSendingAccount: Output<String>? = null, val from: Output<String>? = null, val replyToEmailAddress: Output<String>? = null, val sourceArn: Output<String>? = null) : ConvertibleToJava<UserPoolEmailConfigurationArgs>
Link copied to clipboard
data class UserPoolInviteMessageTemplateArgs(val emailMessage: Output<String>? = null, val emailSubject: Output<String>? = null, val smsMessage: Output<String>? = null) : ConvertibleToJava<UserPoolInviteMessageTemplateArgs>
Link copied to clipboard
data class UserPoolLambdaConfigArgs(val createAuthChallenge: Output<String>? = null, val customEmailSender: Output<UserPoolCustomEmailSenderArgs>? = null, val customMessage: Output<String>? = null, val customSmsSender: Output<UserPoolCustomSmsSenderArgs>? = null, val defineAuthChallenge: Output<String>? = null, val kmsKeyId: Output<String>? = null, val postAuthentication: Output<String>? = null, val postConfirmation: Output<String>? = null, val preAuthentication: Output<String>? = null, val preSignUp: Output<String>? = null, val preTokenGeneration: Output<String>? = null, val userMigration: Output<String>? = null, val verifyAuthChallengeResponse: Output<String>? = null) : ConvertibleToJava<UserPoolLambdaConfigArgs>
Link copied to clipboard
data class UserPoolNumberAttributeConstraintsArgs(val maxValue: Output<String>? = null, val minValue: Output<String>? = null) : ConvertibleToJava<UserPoolNumberAttributeConstraintsArgs>
Link copied to clipboard
data class UserPoolPasswordPolicyArgs(val minimumLength: Output<Int>? = null, val requireLowercase: Output<Boolean>? = null, val requireNumbers: Output<Boolean>? = null, val requireSymbols: Output<Boolean>? = null, val requireUppercase: Output<Boolean>? = null, val temporaryPasswordValidityDays: Output<Int>? = null) : ConvertibleToJava<UserPoolPasswordPolicyArgs>
Link copied to clipboard
data class UserPoolPoliciesArgs(val passwordPolicy: Output<UserPoolPasswordPolicyArgs>? = null) : ConvertibleToJava<UserPoolPoliciesArgs>
Link copied to clipboard
data class UserPoolRecoveryOptionArgs(val name: Output<String>? = null, val priority: Output<Int>? = null) : ConvertibleToJava<UserPoolRecoveryOptionArgs>
Link copied to clipboard
data class UserPoolSchemaAttributeArgs(val attributeDataType: Output<String>? = null, val developerOnlyAttribute: Output<Boolean>? = null, val mutable: Output<Boolean>? = null, val name: Output<String>? = null, val numberAttributeConstraints: Output<UserPoolNumberAttributeConstraintsArgs>? = null, val required: Output<Boolean>? = null, val stringAttributeConstraints: Output<UserPoolStringAttributeConstraintsArgs>? = null) : ConvertibleToJava<UserPoolSchemaAttributeArgs>
Link copied to clipboard
data class UserPoolSmsConfigurationArgs(val externalId: Output<String>? = null, val snsCallerArn: Output<String>? = null, val snsRegion: Output<String>? = null) : ConvertibleToJava<UserPoolSmsConfigurationArgs>
Link copied to clipboard
data class UserPoolStringAttributeConstraintsArgs(val maxLength: Output<String>? = null, val minLength: Output<String>? = null) : ConvertibleToJava<UserPoolStringAttributeConstraintsArgs>
Link copied to clipboard
data class UserPoolUserAttributeTypeArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<UserPoolUserAttributeTypeArgs>
Link copied to clipboard
data class UserPoolUserAttributeUpdateSettingsArgs(val attributesRequireVerificationBeforeUpdate: Output<List<String>>) : ConvertibleToJava<UserPoolUserAttributeUpdateSettingsArgs>
Link copied to clipboard
data class UserPoolUsernameConfigurationArgs(val caseSensitive: Output<Boolean>? = null) : ConvertibleToJava<UserPoolUsernameConfigurationArgs>
Link copied to clipboard
data class UserPoolVerificationMessageTemplateArgs(val defaultEmailOption: Output<String>? = null, val emailMessage: Output<String>? = null, val emailMessageByLink: Output<String>? = null, val emailSubject: Output<String>? = null, val emailSubjectByLink: Output<String>? = null, val smsMessage: Output<String>? = null) : ConvertibleToJava<UserPoolVerificationMessageTemplateArgs>