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:
- Connector
Arn string Amazon Resource Name for the created Connector.
- Connector
Arn string Amazon Resource Name for the created Connector.
- connector
Arn String Amazon Resource Name for the created Connector.
- connector
Arn string Amazon Resource Name for the created Connector.
- connector_
arn str Amazon Resource Name for the created Connector.
- connector
Arn String Amazon Resource Name for the created Connector.
getConnector Result
The following output properties are available:
- Capacity
Pulumi.
Aws Native. Kafka Connect. Outputs. Connector Capacity - Connector
Arn string Amazon Resource Name for the created Connector.
- Capacity
Connector
Capacity - Connector
Arn string Amazon Resource Name for the created Connector.
- capacity
Connector
Capacity - connector
Arn String Amazon Resource Name for the created Connector.
- capacity
Connector
Capacity - connector
Arn string Amazon Resource Name for the created Connector.
- capacity
Connector
Capacity - connector_
arn str Amazon Resource Name for the created Connector.
- capacity Property Map
- connector
Arn String Amazon Resource Name for the created Connector.
Supporting Types
ConnectorAutoScaling
- Max
Worker intCount 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 intCount The minimum number of workers for a connector.
- Scale
In Pulumi.Policy Aws Native. Kafka Connect. Inputs. Connector Scale In Policy - Scale
Out Pulumi.Policy Aws Native. Kafka Connect. Inputs. Connector Scale Out Policy
- Max
Worker intCount 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 intCount The minimum number of workers for a connector.
- Scale
In ConnectorPolicy Scale In Policy - Scale
Out ConnectorPolicy Scale Out Policy
- max
Worker IntegerCount The maximum number of workers for a connector.
- mcu
Count Integer Specifies how many MSK Connect Units (MCU) as the minimum scaling unit.
- min
Worker IntegerCount The minimum number of workers for a connector.
- scale
In ConnectorPolicy Scale In Policy - scale
Out ConnectorPolicy Scale Out Policy
- max
Worker numberCount The maximum number of workers for a connector.
- mcu
Count number Specifies how many MSK Connect Units (MCU) as the minimum scaling unit.
- min
Worker numberCount The minimum number of workers for a connector.
- scale
In ConnectorPolicy Scale In Policy - scale
Out ConnectorPolicy Scale Out Policy
- max_
worker_ intcount 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_ intcount The minimum number of workers for a connector.
- scale_
in_ Connectorpolicy Scale In Policy - scale_
out_ Connectorpolicy Scale Out Policy
- max
Worker NumberCount The maximum number of workers for a connector.
- mcu
Count Number Specifies how many MSK Connect Units (MCU) as the minimum scaling unit.
- min
Worker NumberCount The minimum number of workers for a connector.
- scale
In Property MapPolicy - scale
Out Property MapPolicy
ConnectorCapacity
ConnectorProvisionedCapacity
- Worker
Count int Number of workers for a connector.
- Mcu
Count int 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.
- worker
Count Integer Number of workers for a connector.
- mcu
Count Integer Specifies how many MSK Connect Units (MCU) are allocated to the connector.
- worker
Count number Number of workers for a connector.
- mcu
Count 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.
- worker
Count Number Number of workers for a connector.
- mcu
Count Number Specifies how many MSK Connect Units (MCU) are allocated to the connector.
ConnectorScaleInPolicy
- Cpu
Utilization intPercentage Specifies the CPU utilization percentage threshold at which connector scale in should trigger.
- Cpu
Utilization intPercentage Specifies the CPU utilization percentage threshold at which connector scale in should trigger.
- cpu
Utilization IntegerPercentage Specifies the CPU utilization percentage threshold at which connector scale in should trigger.
- cpu
Utilization numberPercentage Specifies the CPU utilization percentage threshold at which connector scale in should trigger.
- cpu_
utilization_ intpercentage Specifies the CPU utilization percentage threshold at which connector scale in should trigger.
- cpu
Utilization NumberPercentage Specifies the CPU utilization percentage threshold at which connector scale in should trigger.
ConnectorScaleOutPolicy
- Cpu
Utilization intPercentage Specifies the CPU utilization percentage threshold at which connector scale out should trigger.
- Cpu
Utilization intPercentage Specifies the CPU utilization percentage threshold at which connector scale out should trigger.
- cpu
Utilization IntegerPercentage Specifies the CPU utilization percentage threshold at which connector scale out should trigger.
- cpu
Utilization numberPercentage Specifies the CPU utilization percentage threshold at which connector scale out should trigger.
- cpu_
utilization_ intpercentage Specifies the CPU utilization percentage threshold at which connector scale out should trigger.
- cpu
Utilization NumberPercentage 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