Interface MskconnectConnectorConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    MskconnectConnectorConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:54.109Z")
    @Stability(Stable)
    public interface MskconnectConnectorConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Detail

      • getCapacity

        @Stability(Stable)
        @NotNull
        MskconnectConnectorCapacity getCapacity()
        capacity block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mskconnect_connector#capacity MskconnectConnector#capacity}

      • getConnectorConfiguration

        @Stability(Stable)
        @NotNull
        Map<String,​String> getConnectorConfiguration()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mskconnect_connector#connector_configuration MskconnectConnector#connector_configuration}.
      • getKafkaCluster

        @Stability(Stable)
        @NotNull
        MskconnectConnectorKafkaCluster getKafkaCluster()
        kafka_cluster block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mskconnect_connector#kafka_cluster MskconnectConnector#kafka_cluster}

      • getKafkaClusterClientAuthentication

        @Stability(Stable)
        @NotNull
        MskconnectConnectorKafkaClusterClientAuthentication getKafkaClusterClientAuthentication()
        kafka_cluster_client_authentication block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mskconnect_connector#kafka_cluster_client_authentication MskconnectConnector#kafka_cluster_client_authentication}

      • getKafkaClusterEncryptionInTransit

        @Stability(Stable)
        @NotNull
        MskconnectConnectorKafkaClusterEncryptionInTransit getKafkaClusterEncryptionInTransit()
        kafka_cluster_encryption_in_transit block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mskconnect_connector#kafka_cluster_encryption_in_transit MskconnectConnector#kafka_cluster_encryption_in_transit}

      • getKafkaconnectVersion

        @Stability(Stable)
        @NotNull
        String getKafkaconnectVersion()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mskconnect_connector#kafkaconnect_version MskconnectConnector#kafkaconnect_version}.
      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mskconnect_connector#name MskconnectConnector#name}.
      • getPlugin

        @Stability(Stable)
        @NotNull
        Object getPlugin()
        plugin block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mskconnect_connector#plugin MskconnectConnector#plugin}

      • getServiceExecutionRoleArn

        @Stability(Stable)
        @NotNull
        String getServiceExecutionRoleArn()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mskconnect_connector#service_execution_role_arn MskconnectConnector#service_execution_role_arn}.
      • getDescription

        @Stability(Stable)
        @Nullable
        default String getDescription()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mskconnect_connector#description MskconnectConnector#description}.
      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mskconnect_connector#id MskconnectConnector#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getLogDelivery

        @Stability(Stable)
        @Nullable
        default MskconnectConnectorLogDelivery getLogDelivery()
        log_delivery block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mskconnect_connector#log_delivery MskconnectConnector#log_delivery}

      • getTimeouts

        @Stability(Stable)
        @Nullable
        default MskconnectConnectorTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mskconnect_connector#timeouts MskconnectConnector#timeouts}

      • getWorkerConfiguration

        @Stability(Stable)
        @Nullable
        default MskconnectConnectorWorkerConfiguration getWorkerConfiguration()
        worker_configuration block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/mskconnect_connector#worker_configuration MskconnectConnector#worker_configuration}