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