1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. glue
  6. getConnectionType

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.80.0
published on Monday, Sep 21, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.80.0
published on Monday, Sep 21, 2026 by Pulumi

    Registers a custom connection type in Glue based on the configuration provided. This enables customers to configure custom connectors for any data source with REST-based APIs.

    Using getConnectionType

    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 getConnectionType(args: GetConnectionTypeArgs, opts?: InvokeOptions): Promise<GetConnectionTypeResult>
    function getConnectionTypeOutput(args: GetConnectionTypeOutputArgs, opts?: InvokeOutputOptions): Output<GetConnectionTypeResult>
    def get_connection_type(connection_type_arn: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetConnectionTypeResult
    def get_connection_type_output(connection_type_arn: pulumi.Input[Optional[str]] = None,
                            opts: Optional[InvokeOutputOptions] = None) -> Output[GetConnectionTypeResult]
    func LookupConnectionType(ctx *Context, args *LookupConnectionTypeArgs, opts ...InvokeOption) (*LookupConnectionTypeResult, error)
    func LookupConnectionTypeOutput(ctx *Context, args *LookupConnectionTypeOutputArgs, opts ...InvokeOption) LookupConnectionTypeResultOutput

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

    public static class GetConnectionType 
    {
        public static Task<GetConnectionTypeResult> InvokeAsync(GetConnectionTypeArgs args, InvokeOptions? opts = null)
        public static Output<GetConnectionTypeResult> Invoke(GetConnectionTypeInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetConnectionTypeResult> Invoke(GetConnectionTypeInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetConnectionTypeResult> getConnectionType(GetConnectionTypeArgs args, InvokeOptions options)
    public static Output<GetConnectionTypeResult> getConnectionType(GetConnectionTypeArgs args, InvokeOptions options)
    public static Output<GetConnectionTypeResult> getConnectionType(GetConnectionTypeArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:glue:getConnectionType
      arguments:
        # arguments dictionary
    data "aws-native_glue_get_connection_type" "name" {
        # arguments
    }

    The following arguments are supported:

    ConnectionTypeArn string
    The Amazon Resource Name (ARN) of the registered connection type.
    ConnectionTypeArn string
    The Amazon Resource Name (ARN) of the registered connection type.
    connection_type_arn string
    The Amazon Resource Name (ARN) of the registered connection type.
    connectionTypeArn String
    The Amazon Resource Name (ARN) of the registered connection type.
    connectionTypeArn string
    The Amazon Resource Name (ARN) of the registered connection type.
    connection_type_arn str
    The Amazon Resource Name (ARN) of the registered connection type.
    connectionTypeArn String
    The Amazon Resource Name (ARN) of the registered connection type.

    getConnectionType Result

    The following output properties are available:

    ConnectionTypeArn string
    The Amazon Resource Name (ARN) of the registered connection type.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags to assign to the connection type.
    ConnectionTypeArn string
    The Amazon Resource Name (ARN) of the registered connection type.
    Tags Tag
    Tags to assign to the connection type.
    connection_type_arn string
    The Amazon Resource Name (ARN) of the registered connection type.
    tags list(object)
    Tags to assign to the connection type.
    connectionTypeArn String
    The Amazon Resource Name (ARN) of the registered connection type.
    tags List<Tag>
    Tags to assign to the connection type.
    connectionTypeArn string
    The Amazon Resource Name (ARN) of the registered connection type.
    tags Tag[]
    Tags to assign to the connection type.
    connection_type_arn str
    The Amazon Resource Name (ARN) of the registered connection type.
    tags Sequence[root_Tag]
    Tags to assign to the connection type.
    connectionTypeArn String
    The Amazon Resource Name (ARN) of the registered connection type.
    tags List<Property Map>
    Tags to assign to the connection type.

    Supporting Types

    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 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 logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.80.0
    published on Monday, Sep 21, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial