AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.msk.getBatchScramSecret
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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:
- Cluster
Arn string
- Cluster
Arn string
- cluster
Arn String
- cluster
Arn string
- cluster_
arn str
- cluster
Arn String
getBatchScramSecret Result
The following output properties are available:
- Secret
Arn List<string>List
- Secret
Arn []stringList
- secret
Arn List<String>List
- secret
Arn string[]List
- secret_
arn_ Sequence[str]list
- secret
Arn List<String>List
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi