1. Packages
  2. AWS Native
  3. API Docs
  4. msk
  5. getBatchScramSecret

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.msk.getBatchScramSecret

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:msk:getBatchScramSecret
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterArn string
    ClusterArn string
    clusterArn String
    clusterArn string
    clusterArn String

    getBatchScramSecret Result

    The following output properties are available:

    SecretArnList List<string>
    SecretArnList []string
    secretArnList List<String>
    secretArnList string[]
    secret_arn_list Sequence[str]
    secretArnList List<String>

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi