Index User Token Configurations Jwt Token Type Configuration Args
data class IndexUserTokenConfigurationsJwtTokenTypeConfigurationArgs(val claimRegex: Output<String>? = null, val groupAttributeField: Output<String>? = null, val issuer: Output<String>? = null, val keyLocation: Output<String>, val secretsManagerArn: Output<String>? = null, val url: Output<String>? = null, val userNameAttributeField: Output<String>? = null) : ConvertibleToJava<IndexUserTokenConfigurationsJwtTokenTypeConfigurationArgs>
Properties
Link copied to clipboard
The regular expression that identifies the claim. Minimum length of 1. Maximum length of 100.
Link copied to clipboard
The group attribute field. Minimum length of 1. Maximum length of 100.
Link copied to clipboard
The location of the key. Valid values are URL
or SECRET_MANAGER
Link copied to clipboard
The Amazon Resource Name (ARN) of the secret.
Link copied to clipboard
The user name attribute field. Minimum length of 1. Maximum length of 100.