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.getServerlessCluster
Start a Neo task
Explain and create an aws-native.msk.getServerlessCluster 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::ServerlessCluster
Using getServerlessCluster
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 getServerlessCluster(args: GetServerlessClusterArgs, opts?: InvokeOptions): Promise<GetServerlessClusterResult>
function getServerlessClusterOutput(args: GetServerlessClusterOutputArgs, opts?: InvokeOptions): Output<GetServerlessClusterResult>def get_serverless_cluster(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServerlessClusterResult
def get_serverless_cluster_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServerlessClusterResult]func LookupServerlessCluster(ctx *Context, args *LookupServerlessClusterArgs, opts ...InvokeOption) (*LookupServerlessClusterResult, error)
func LookupServerlessClusterOutput(ctx *Context, args *LookupServerlessClusterOutputArgs, opts ...InvokeOption) LookupServerlessClusterResultOutput> Note: This function is named LookupServerlessCluster in the Go SDK.
public static class GetServerlessCluster
{
public static Task<GetServerlessClusterResult> InvokeAsync(GetServerlessClusterArgs args, InvokeOptions? opts = null)
public static Output<GetServerlessClusterResult> Invoke(GetServerlessClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServerlessClusterResult> getServerlessCluster(GetServerlessClusterArgs args, InvokeOptions options)
public static Output<GetServerlessClusterResult> getServerlessCluster(GetServerlessClusterArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:msk:getServerlessCluster
arguments:
# arguments dictionaryThe following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the MSK cluster.
- Arn string
- The Amazon Resource Name (ARN) of the MSK cluster.
- arn String
- The Amazon Resource Name (ARN) of the MSK cluster.
- arn string
- The Amazon Resource Name (ARN) of the MSK cluster.
- arn str
- The Amazon Resource Name (ARN) of the MSK cluster.
- arn String
- The Amazon Resource Name (ARN) of the MSK cluster.
getServerlessCluster Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the MSK cluster.
- Arn string
- The Amazon Resource Name (ARN) of the MSK cluster.
- arn String
- The Amazon Resource Name (ARN) of the MSK cluster.
- arn string
- The Amazon Resource Name (ARN) of the MSK cluster.
- arn str
- The Amazon Resource Name (ARN) of the MSK cluster.
- arn String
- The Amazon Resource Name (ARN) of the MSK cluster.
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
