1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. msk
  5. ServerlessCluster

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.msk.ServerlessCluster

Explore with Pulumi AI

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource Type definition for AWS::MSK::ServerlessCluster

Create ServerlessCluster Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ServerlessCluster(name: string, args: ServerlessClusterArgs, opts?: CustomResourceOptions);
@overload
def ServerlessCluster(resource_name: str,
                      args: ServerlessClusterArgs,
                      opts: Optional[ResourceOptions] = None)

@overload
def ServerlessCluster(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      client_authentication: Optional[ServerlessClusterClientAuthenticationArgs] = None,
                      vpc_configs: Optional[Sequence[ServerlessClusterVpcConfigArgs]] = None,
                      cluster_name: Optional[str] = None,
                      tags: Optional[Mapping[str, str]] = None)
func NewServerlessCluster(ctx *Context, name string, args ServerlessClusterArgs, opts ...ResourceOption) (*ServerlessCluster, error)
public ServerlessCluster(string name, ServerlessClusterArgs args, CustomResourceOptions? opts = null)
public ServerlessCluster(String name, ServerlessClusterArgs args)
public ServerlessCluster(String name, ServerlessClusterArgs args, CustomResourceOptions options)
type: aws-native:msk:ServerlessCluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ServerlessClusterArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ServerlessClusterArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ServerlessClusterArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ServerlessClusterArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ServerlessClusterArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

ServerlessCluster Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ServerlessCluster resource accepts the following input properties:

ClientAuthentication This property is required. Pulumi.AwsNative.Msk.Inputs.ServerlessClusterClientAuthentication
Includes all client authentication related information.
VpcConfigs This property is required. List<Pulumi.AwsNative.Msk.Inputs.ServerlessClusterVpcConfig>
VPC configuration information for the serverless cluster.
ClusterName string
The name of the cluster.
Tags Dictionary<string, string>
A key-value pair to associate with a resource.
ClientAuthentication This property is required. ServerlessClusterClientAuthenticationArgs
Includes all client authentication related information.
VpcConfigs This property is required. []ServerlessClusterVpcConfigArgs
VPC configuration information for the serverless cluster.
ClusterName string
The name of the cluster.
Tags map[string]string
A key-value pair to associate with a resource.
clientAuthentication This property is required. ServerlessClusterClientAuthentication
Includes all client authentication related information.
vpcConfigs This property is required. List<ServerlessClusterVpcConfig>
VPC configuration information for the serverless cluster.
clusterName String
The name of the cluster.
tags Map<String,String>
A key-value pair to associate with a resource.
clientAuthentication This property is required. ServerlessClusterClientAuthentication
Includes all client authentication related information.
vpcConfigs This property is required. ServerlessClusterVpcConfig[]
VPC configuration information for the serverless cluster.
clusterName string
The name of the cluster.
tags {[key: string]: string}
A key-value pair to associate with a resource.
client_authentication This property is required. ServerlessClusterClientAuthenticationArgs
Includes all client authentication related information.
vpc_configs This property is required. Sequence[ServerlessClusterVpcConfigArgs]
VPC configuration information for the serverless cluster.
cluster_name str
The name of the cluster.
tags Mapping[str, str]
A key-value pair to associate with a resource.
clientAuthentication This property is required. Property Map
Includes all client authentication related information.
vpcConfigs This property is required. List<Property Map>
VPC configuration information for the serverless cluster.
clusterName String
The name of the cluster.
tags Map<String>
A key-value pair to associate with a resource.

Outputs

All input properties are implicitly available as output properties. Additionally, the ServerlessCluster resource produces the following output properties:

Arn string
The Amazon Resource Name (ARN) of the MSK cluster.
Id string
The provider-assigned unique ID for this managed resource.
Arn string
The Amazon Resource Name (ARN) of the MSK cluster.
Id string
The provider-assigned unique ID for this managed resource.
arn String
The Amazon Resource Name (ARN) of the MSK cluster.
id String
The provider-assigned unique ID for this managed resource.
arn string
The Amazon Resource Name (ARN) of the MSK cluster.
id string
The provider-assigned unique ID for this managed resource.
arn str
The Amazon Resource Name (ARN) of the MSK cluster.
id str
The provider-assigned unique ID for this managed resource.
arn String
The Amazon Resource Name (ARN) of the MSK cluster.
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

ServerlessClusterClientAuthentication
, ServerlessClusterClientAuthenticationArgs

Sasl This property is required. ServerlessClusterSasl
sasl This property is required. ServerlessClusterSasl
sasl This property is required. ServerlessClusterSasl
sasl This property is required. ServerlessClusterSasl
sasl This property is required. Property Map

ServerlessClusterIam
, ServerlessClusterIamArgs

Enabled This property is required. bool
Enabled This property is required. bool
enabled This property is required. Boolean
enabled This property is required. boolean
enabled This property is required. bool
enabled This property is required. Boolean

ServerlessClusterSasl
, ServerlessClusterSaslArgs

Iam This property is required. ServerlessClusterIam
iam This property is required. ServerlessClusterIam
iam This property is required. ServerlessClusterIam
iam This property is required. ServerlessClusterIam
iam This property is required. Property Map

ServerlessClusterVpcConfig
, ServerlessClusterVpcConfigArgs

SubnetIds This property is required. List<string>
SecurityGroups List<string>
SubnetIds This property is required. []string
SecurityGroups []string
subnetIds This property is required. List<String>
securityGroups List<String>
subnetIds This property is required. string[]
securityGroups string[]
subnet_ids This property is required. Sequence[str]
security_groups Sequence[str]
subnetIds This property is required. List<String>
securityGroups List<String>

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.27.0 published on Monday, Apr 14, 2025 by Pulumi