Disassociates one or more Scram Secrets from an Amazon MSK cluster.
kafka_batch_disassociate_scram_secret(ClusterArn, SecretArnList)
A list with the following syntax:
list(
ClusterArn = "string",
UnprocessedScramSecrets = list(
list(
ErrorCode = "string",
ErrorMessage = "string",
SecretArn = "string"
)
)
)
[required] The Amazon Resource Name (ARN) of the cluster to be updated.
[required] List of AWS Secrets Manager secret ARNs.
svc$batch_disassociate_scram_secret(
ClusterArn = "string",
SecretArnList = list(
"string"
)
)