1. Packages
  2. AWS Native
  3. API Docs
  4. kafkaconnect
  5. getConnector

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.kafkaconnect.getConnector

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Resource Type definition for AWS::KafkaConnect::Connector

    Using getConnector

    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 getConnector(args: GetConnectorArgs, opts?: InvokeOptions): Promise<GetConnectorResult>
    function getConnectorOutput(args: GetConnectorOutputArgs, opts?: InvokeOptions): Output<GetConnectorResult>
    def get_connector(connector_arn: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetConnectorResult
    def get_connector_output(connector_arn: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetConnectorResult]
    func LookupConnector(ctx *Context, args *LookupConnectorArgs, opts ...InvokeOption) (*LookupConnectorResult, error)
    func LookupConnectorOutput(ctx *Context, args *LookupConnectorOutputArgs, opts ...InvokeOption) LookupConnectorResultOutput

    > Note: This function is named LookupConnector in the Go SDK.

    public static class GetConnector 
    {
        public static Task<GetConnectorResult> InvokeAsync(GetConnectorArgs args, InvokeOptions? opts = null)
        public static Output<GetConnectorResult> Invoke(GetConnectorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConnectorResult> getConnector(GetConnectorArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:kafkaconnect:getConnector
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ConnectorArn string
    Amazon Resource Name for the created Connector.
    ConnectorArn string
    Amazon Resource Name for the created Connector.
    connectorArn String
    Amazon Resource Name for the created Connector.
    connectorArn string
    Amazon Resource Name for the created Connector.
    connector_arn str
    Amazon Resource Name for the created Connector.
    connectorArn String
    Amazon Resource Name for the created Connector.

    getConnector Result

    The following output properties are available:

    Capacity Pulumi.AwsNative.KafkaConnect.Outputs.ConnectorCapacity
    ConnectorArn string
    Amazon Resource Name for the created Connector.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A collection of tags associated with a resource
    Capacity ConnectorCapacity
    ConnectorArn string
    Amazon Resource Name for the created Connector.
    Tags Tag
    A collection of tags associated with a resource
    capacity ConnectorCapacity
    connectorArn String
    Amazon Resource Name for the created Connector.
    tags List<Tag>
    A collection of tags associated with a resource
    capacity ConnectorCapacity
    connectorArn string
    Amazon Resource Name for the created Connector.
    tags Tag[]
    A collection of tags associated with a resource
    capacity ConnectorCapacity
    connector_arn str
    Amazon Resource Name for the created Connector.
    tags Sequence[root_Tag]
    A collection of tags associated with a resource
    capacity Property Map
    connectorArn String
    Amazon Resource Name for the created Connector.
    tags List<Property Map>
    A collection of tags associated with a resource

    Supporting Types

    ConnectorAutoScaling

    MaxWorkerCount int
    The maximum number of workers for a connector.
    McuCount int
    Specifies how many MSK Connect Units (MCU) as the minimum scaling unit.
    MinWorkerCount int
    The minimum number of workers for a connector.
    ScaleInPolicy Pulumi.AwsNative.KafkaConnect.Inputs.ConnectorScaleInPolicy
    ScaleOutPolicy Pulumi.AwsNative.KafkaConnect.Inputs.ConnectorScaleOutPolicy
    MaxWorkerCount int
    The maximum number of workers for a connector.
    McuCount int
    Specifies how many MSK Connect Units (MCU) as the minimum scaling unit.
    MinWorkerCount int
    The minimum number of workers for a connector.
    ScaleInPolicy ConnectorScaleInPolicy
    ScaleOutPolicy ConnectorScaleOutPolicy
    maxWorkerCount Integer
    The maximum number of workers for a connector.
    mcuCount Integer
    Specifies how many MSK Connect Units (MCU) as the minimum scaling unit.
    minWorkerCount Integer
    The minimum number of workers for a connector.
    scaleInPolicy ConnectorScaleInPolicy
    scaleOutPolicy ConnectorScaleOutPolicy
    maxWorkerCount number
    The maximum number of workers for a connector.
    mcuCount number
    Specifies how many MSK Connect Units (MCU) as the minimum scaling unit.
    minWorkerCount number
    The minimum number of workers for a connector.
    scaleInPolicy ConnectorScaleInPolicy
    scaleOutPolicy ConnectorScaleOutPolicy
    max_worker_count int
    The maximum number of workers for a connector.
    mcu_count int
    Specifies how many MSK Connect Units (MCU) as the minimum scaling unit.
    min_worker_count int
    The minimum number of workers for a connector.
    scale_in_policy ConnectorScaleInPolicy
    scale_out_policy ConnectorScaleOutPolicy
    maxWorkerCount Number
    The maximum number of workers for a connector.
    mcuCount Number
    Specifies how many MSK Connect Units (MCU) as the minimum scaling unit.
    minWorkerCount Number
    The minimum number of workers for a connector.
    scaleInPolicy Property Map
    scaleOutPolicy Property Map

    ConnectorCapacity

    ConnectorProvisionedCapacity

    WorkerCount int
    Number of workers for a connector.
    McuCount int
    Specifies how many MSK Connect Units (MCU) are allocated to the connector.
    WorkerCount int
    Number of workers for a connector.
    McuCount int
    Specifies how many MSK Connect Units (MCU) are allocated to the connector.
    workerCount Integer
    Number of workers for a connector.
    mcuCount Integer
    Specifies how many MSK Connect Units (MCU) are allocated to the connector.
    workerCount number
    Number of workers for a connector.
    mcuCount number
    Specifies how many MSK Connect Units (MCU) are allocated to the connector.
    worker_count int
    Number of workers for a connector.
    mcu_count int
    Specifies how many MSK Connect Units (MCU) are allocated to the connector.
    workerCount Number
    Number of workers for a connector.
    mcuCount Number
    Specifies how many MSK Connect Units (MCU) are allocated to the connector.

    ConnectorScaleInPolicy

    CpuUtilizationPercentage int
    Specifies the CPU utilization percentage threshold at which connector scale in should trigger.
    CpuUtilizationPercentage int
    Specifies the CPU utilization percentage threshold at which connector scale in should trigger.
    cpuUtilizationPercentage Integer
    Specifies the CPU utilization percentage threshold at which connector scale in should trigger.
    cpuUtilizationPercentage number
    Specifies the CPU utilization percentage threshold at which connector scale in should trigger.
    cpu_utilization_percentage int
    Specifies the CPU utilization percentage threshold at which connector scale in should trigger.
    cpuUtilizationPercentage Number
    Specifies the CPU utilization percentage threshold at which connector scale in should trigger.

    ConnectorScaleOutPolicy

    CpuUtilizationPercentage int
    Specifies the CPU utilization percentage threshold at which connector scale out should trigger.
    CpuUtilizationPercentage int
    Specifies the CPU utilization percentage threshold at which connector scale out should trigger.
    cpuUtilizationPercentage Integer
    Specifies the CPU utilization percentage threshold at which connector scale out should trigger.
    cpuUtilizationPercentage number
    Specifies the CPU utilization percentage threshold at which connector scale out should trigger.
    cpu_utilization_percentage int
    Specifies the CPU utilization percentage threshold at which connector scale out should trigger.
    cpuUtilizationPercentage Number
    Specifies the CPU utilization percentage threshold at which connector scale out should trigger.

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi