We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.msk.getBatchScramSecret
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 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:
- ClusterArn string
- The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- ClusterArn string
- The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- clusterArn String
- The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- clusterArn string
- The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- cluster_arn str
- The Amazon Resource Name (ARN) that uniquely identifies the cluster.
- clusterArn String
- The Amazon Resource Name (ARN) that uniquely identifies the cluster.
getBatchScramSecret Result
The following output properties are available:
- SecretArn List<string>List 
- List of Amazon Resource Name (ARN)s of Secrets Manager secrets.
- SecretArn []stringList 
- List of Amazon Resource Name (ARN)s of Secrets Manager secrets.
- secretArn List<String>List 
- List of Amazon Resource Name (ARN)s of Secrets Manager secrets.
- secretArn 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.
- secretArn 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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi