We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.msk.getBatchScramSecret
Start a Neo task
Explain and create an aws-native.msk.getBatchScramSecret resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource Type definition for AWS::MSK::BatchScramSecret
Using getBatchScramSecret
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBatchScramSecret(args: GetBatchScramSecretArgs, opts?: InvokeOptions): Promise<GetBatchScramSecretResult>
function getBatchScramSecretOutput(args: GetBatchScramSecretOutputArgs, opts?: InvokeOptions): Output<GetBatchScramSecretResult>def get_batch_scram_secret(cluster_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBatchScramSecretResult
def get_batch_scram_secret_output(cluster_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBatchScramSecretResult]func LookupBatchScramSecret(ctx *Context, args *LookupBatchScramSecretArgs, opts ...InvokeOption) (*LookupBatchScramSecretResult, error)
func LookupBatchScramSecretOutput(ctx *Context, args *LookupBatchScramSecretOutputArgs, opts ...InvokeOption) LookupBatchScramSecretResultOutput> Note: This function is named LookupBatchScramSecret in the Go SDK.
public static class GetBatchScramSecret
{
public static Task<GetBatchScramSecretResult> InvokeAsync(GetBatchScramSecretArgs args, InvokeOptions? opts = null)
public static Output<GetBatchScramSecretResult> Invoke(GetBatchScramSecretInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBatchScramSecretResult> getBatchScramSecret(GetBatchScramSecretArgs args, InvokeOptions options)
public static Output<GetBatchScramSecretResult> getBatchScramSecret(GetBatchScramSecretArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:msk:getBatchScramSecret
arguments:
# arguments dictionaryThe following arguments are supported:
- Cluster
Arn string - The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- Cluster
Arn string - The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- cluster
Arn String - The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- cluster
Arn string - The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- cluster_
arn str - The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- cluster
Arn String - The Amazon Resource Name (ARN) that uniquely identifies the cluster.
getBatchScramSecret Result
The following output properties are available:
- Secret
Arn List<string>List - List of Amazon Resource Name (ARN)s of Secrets Manager secrets.
- Secret
Arn []stringList - List of Amazon Resource Name (ARN)s of Secrets Manager secrets.
- secret
Arn List<String>List - List of Amazon Resource Name (ARN)s of Secrets Manager secrets.
- secret
Arn string[]List - List of Amazon Resource Name (ARN)s of Secrets Manager secrets.
- secret_
arn_ Sequence[str]list - List of Amazon Resource Name (ARN)s of Secrets Manager secrets.
- secret
Arn List<String>List - List of Amazon Resource Name (ARN)s of Secrets Manager secrets.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
