schemas

@JvmName(name = "xmpfmemtkequvojv")
suspend fun schemas(value: Output<List<UserPoolSchemaArgs>>)
@JvmName(name = "opayidjnvyrtafqf")
suspend fun schemas(value: List<UserPoolSchemaArgs>?)

Parameters

value

Configuration block for the schema attributes of a user pool. Detailed below. Schema attributes from the standard attribute set only need to be specified if they are different from the default configuration. Attributes can be added, but not modified or removed. Maximum of 50 attributes.


@JvmName(name = "ceghyfcywiecmewy")
suspend fun schemas(vararg values: Output<UserPoolSchemaArgs>)


@JvmName(name = "areqysreqiimfxsp")
suspend fun schemas(values: List<Output<UserPoolSchemaArgs>>)
@JvmName(name = "hkipkpphkgxkecac")
suspend fun schemas(vararg values: UserPoolSchemaArgs)

Parameters

values

Configuration block for the schema attributes of a user pool. Detailed below. Schema attributes from the standard attribute set only need to be specified if they are different from the default configuration. Attributes can be added, but not modified or removed. Maximum of 50 attributes.


@JvmName(name = "rhmiykkbdmuwebai")
suspend fun schemas(argument: List<suspend UserPoolSchemaArgsBuilder.() -> Unit>)
@JvmName(name = "qwlunpbiwajbnliq")
suspend fun schemas(vararg argument: suspend UserPoolSchemaArgsBuilder.() -> Unit)
@JvmName(name = "plwcauqsqiscalla")
suspend fun schemas(argument: suspend UserPoolSchemaArgsBuilder.() -> Unit)

Parameters

argument

Configuration block for the schema attributes of a user pool. Detailed below. Schema attributes from the standard attribute set only need to be specified if they are different from the default configuration. Attributes can be added, but not modified or removed. Maximum of 50 attributes.