batch_scram_secret
Gets an individual batch_scram_secret
resource
Overview
Name | batch_scram_secret |
Type | Resource |
Description | batch_scram_secret |
Id | awscc.msk.batch_scram_secret |
Fields
Name | Datatype | Description |
---|---|---|
cluster_arn | string | |
secret_arn_list | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
cluster_arn,
secret_arn_list
FROM awscc.msk.batch_scram_secret
WHERE data__Identifier = '<ClusterArn>';
Permissions
To operate on the batch_scram_secret
resource, the following permissions are required:
Delete
kafka:BatchDisassociateScramSecret,
kafka:ListScramSecrets,
kms:CreateGrant,
kms:DescribeKey
Read
kafka:ListScramSecrets,
kms:CreateGrant,
kms:DescribeKey,
secretsmanager:GetSecretValue
Update
kafka:BatchAssociateScramSecret,
kafka:BatchDisassociateScramSecret,
kafka:ListScramSecrets,
kms:CreateGrant,
kms:DescribeKey,
secretsmanager:GetSecretValue