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

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.ServerlessCluster

Explore with Pulumi AI

aws-native logo

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::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 string
    The unique name of the resource.
    args ServerlessClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args 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 string
    The unique name of the resource.
    args ServerlessClusterArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ServerlessClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args 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

    The ServerlessCluster resource accepts the following input properties:

    ClientAuthentication Pulumi.AwsNative.Msk.Inputs.ServerlessClusterClientAuthentication
    Includes all client authentication information.
    VpcConfigs List<Pulumi.AwsNative.Msk.Inputs.ServerlessClusterVpcConfig>
    ClusterName string
    Tags Dictionary<string, string>
    A key-value pair to associate with a resource.
    ClientAuthentication ServerlessClusterClientAuthenticationArgs
    Includes all client authentication information.
    VpcConfigs []ServerlessClusterVpcConfigArgs
    ClusterName string
    Tags map[string]string
    A key-value pair to associate with a resource.
    clientAuthentication ServerlessClusterClientAuthentication
    Includes all client authentication information.
    vpcConfigs List<ServerlessClusterVpcConfig>
    clusterName String
    tags Map<String,String>
    A key-value pair to associate with a resource.
    clientAuthentication ServerlessClusterClientAuthentication
    Includes all client authentication information.
    vpcConfigs ServerlessClusterVpcConfig[]
    clusterName string
    tags {[key: string]: string}
    A key-value pair to associate with a resource.
    client_authentication ServerlessClusterClientAuthenticationArgs
    Includes all client authentication information.
    vpc_configs Sequence[ServerlessClusterVpcConfigArgs]
    cluster_name str
    tags Mapping[str, str]
    A key-value pair to associate with a resource.
    clientAuthentication Property Map
    Includes all client authentication information.
    vpcConfigs List<Property Map>
    clusterName String
    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
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    ServerlessClusterClientAuthentication, ServerlessClusterClientAuthenticationArgs

    Sasl Pulumi.AwsNative.Msk.Inputs.ServerlessClusterSasl
    Details for client authentication using SASL. To turn on SASL, you must also turn on EncryptionInTransit by setting inCluster to true. You must set clientBroker to either TLS or TLS_PLAINTEXT . If you choose TLS_PLAINTEXT , then you must also set unauthenticated to true.
    Sasl ServerlessClusterSasl
    Details for client authentication using SASL. To turn on SASL, you must also turn on EncryptionInTransit by setting inCluster to true. You must set clientBroker to either TLS or TLS_PLAINTEXT . If you choose TLS_PLAINTEXT , then you must also set unauthenticated to true.
    sasl ServerlessClusterSasl
    Details for client authentication using SASL. To turn on SASL, you must also turn on EncryptionInTransit by setting inCluster to true. You must set clientBroker to either TLS or TLS_PLAINTEXT . If you choose TLS_PLAINTEXT , then you must also set unauthenticated to true.
    sasl ServerlessClusterSasl
    Details for client authentication using SASL. To turn on SASL, you must also turn on EncryptionInTransit by setting inCluster to true. You must set clientBroker to either TLS or TLS_PLAINTEXT . If you choose TLS_PLAINTEXT , then you must also set unauthenticated to true.
    sasl ServerlessClusterSasl
    Details for client authentication using SASL. To turn on SASL, you must also turn on EncryptionInTransit by setting inCluster to true. You must set clientBroker to either TLS or TLS_PLAINTEXT . If you choose TLS_PLAINTEXT , then you must also set unauthenticated to true.
    sasl Property Map
    Details for client authentication using SASL. To turn on SASL, you must also turn on EncryptionInTransit by setting inCluster to true. You must set clientBroker to either TLS or TLS_PLAINTEXT . If you choose TLS_PLAINTEXT , then you must also set unauthenticated to true.

    ServerlessClusterIam, ServerlessClusterIamArgs

    Enabled bool
    SASL/IAM authentication is enabled or not.
    Enabled bool
    SASL/IAM authentication is enabled or not.
    enabled Boolean
    SASL/IAM authentication is enabled or not.
    enabled boolean
    SASL/IAM authentication is enabled or not.
    enabled bool
    SASL/IAM authentication is enabled or not.
    enabled Boolean
    SASL/IAM authentication is enabled or not.

    ServerlessClusterSasl, ServerlessClusterSaslArgs

    Iam Pulumi.AwsNative.Msk.Inputs.ServerlessClusterIam
    Details for ClientAuthentication using IAM.
    Iam ServerlessClusterIam
    Details for ClientAuthentication using IAM.
    iam ServerlessClusterIam
    Details for ClientAuthentication using IAM.
    iam ServerlessClusterIam
    Details for ClientAuthentication using IAM.
    iam ServerlessClusterIam
    Details for ClientAuthentication using IAM.
    iam Property Map
    Details for ClientAuthentication using IAM.

    ServerlessClusterVpcConfig, ServerlessClusterVpcConfigArgs

    SubnetIds List<string>
    SecurityGroups List<string>
    SubnetIds []string
    SecurityGroups []string
    subnetIds List<String>
    securityGroups List<String>
    subnetIds string[]
    securityGroups string[]
    subnet_ids Sequence[str]
    security_groups Sequence[str]
    subnetIds List<String>
    securityGroups List<String>

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi