We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 21, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
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 dictionarydata "aws-native_glue_get_connection_type" "name" {
# arguments
}The following arguments are supported:
- Connection
Type stringArn - The Amazon Resource Name (ARN) of the registered connection type.
- Connection
Type stringArn - The Amazon Resource Name (ARN) of the registered connection type.
- connection_
type_ stringarn - The Amazon Resource Name (ARN) of the registered connection type.
- connection
Type StringArn - The Amazon Resource Name (ARN) of the registered connection type.
- connection
Type stringArn - The Amazon Resource Name (ARN) of the registered connection type.
- connection_
type_ strarn - The Amazon Resource Name (ARN) of the registered connection type.
- connection
Type StringArn - The Amazon Resource Name (ARN) of the registered connection type.
getConnectionType Result
The following output properties are available:
- Connection
Type stringArn - The Amazon Resource Name (ARN) of the registered connection type.
-
List<Pulumi.
Aws Native. Outputs. Tag> - Tags to assign to the connection type.
- Connection
Type stringArn - The Amazon Resource Name (ARN) of the registered connection type.
- Tag
- Tags to assign to the connection type.
- connection_
type_ stringarn - The Amazon Resource Name (ARN) of the registered connection type.
- list(object)
- Tags to assign to the connection type.
- connection
Type StringArn - The Amazon Resource Name (ARN) of the registered connection type.
- List<Tag>
- Tags to assign to the connection type.
- connection
Type stringArn - The Amazon Resource Name (ARN) of the registered connection type.
- Tag[]
- Tags to assign to the connection type.
- connection_
type_ strarn - The Amazon Resource Name (ARN) of the registered connection type.
- Sequence[root_Tag]
- Tags to assign to the connection type.
- connection
Type StringArn - The Amazon Resource Name (ARN) of the registered connection type.
- List<Property Map>
- Tags to assign to the connection type.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 21, 2026 by Pulumi