aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.kafkaconnect.getConnector

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.

Capacity ConnectorCapacity
ConnectorArn string

Amazon Resource Name for the created Connector.

capacity ConnectorCapacity
connectorArn String

Amazon Resource Name for the created Connector.

capacity ConnectorCapacity
connectorArn string

Amazon Resource Name for the created Connector.

capacity ConnectorCapacity
connector_arn str

Amazon Resource Name for the created Connector.

capacity Property Map
connectorArn String

Amazon Resource Name for the created Connector.

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.

Package Details

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