RegistryUser
Specifies the user name used when authenticating to the schema registry with the Basic authentication scheme.
データ型
string
デフォルト値
""
解説
Set this property when RegistryAuthScheme is set to Basic, as Basic authentication requires both a user name and a password.
The meaning of this value depends on the registry service:
- For Confluent Schema Registry, this value corresponds to the Access Key shown under Schemas > Schema Registry > API access.
- For AWS Glue Schema Registry, this value corresponds to the IAM access key ID associated with your AWS credentials.
This property works together with RegistryPassword, which supplies the corresponding secret or key.