published on Tuesday, Sep 8, 2026 by Pulumi
published on Tuesday, Sep 8, 2026 by Pulumi
Provides details about an AWS Glue Connection.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.glue.getConnection({
id: "123456789123:connection",
});
import pulumi
import pulumi_aws as aws
example = aws.glue.get_connection(id="123456789123:connection")
package main
import (
"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/glue"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := glue.LookupConnection(ctx, &glue.LookupConnectionArgs{
Id: "123456789123:connection",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() =>
{
var example = Aws.Glue.GetConnection.Invoke(new()
{
Id = "123456789123:connection",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.glue.GlueFunctions;
import com.pulumi.aws.glue.inputs.GetConnectionArgs;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = GlueFunctions.getConnection(GetConnectionArgs.builder()
.id("123456789123:connection")
.build());
}
}
variables:
example:
fn::invoke:
function: aws:glue:getConnection
arguments:
id: 123456789123:connection
pulumi {
required_providers {
aws = {
source = "pulumi/aws"
}
}
}
data "aws_glue_getconnection" "example" {
id = "123456789123:connection"
}
Using getConnection
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 getConnection(args: GetConnectionArgs, opts?: InvokeOptions): Promise<GetConnectionResult>
function getConnectionOutput(args: GetConnectionOutputArgs, opts?: InvokeOutputOptions): Output<GetConnectionResult>def get_connection(id: Optional[str] = None,
region: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
opts: Optional[InvokeOptions] = None) -> GetConnectionResult
def get_connection_output(id: pulumi.Input[Optional[str]] = None,
region: pulumi.Input[Optional[str]] = None,
tags: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetConnectionResult]func LookupConnection(ctx *Context, args *LookupConnectionArgs, opts ...InvokeOption) (*LookupConnectionResult, error)
func LookupConnectionOutput(ctx *Context, args *LookupConnectionOutputArgs, opts ...InvokeOption) LookupConnectionResultOutput> Note: This function is named LookupConnection in the Go SDK.
public static class GetConnection
{
public static Task<GetConnectionResult> InvokeAsync(GetConnectionArgs args, InvokeOptions? opts = null)
public static Output<GetConnectionResult> Invoke(GetConnectionInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetConnectionResult> Invoke(GetConnectionInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetConnectionResult> getConnection(GetConnectionArgs args, InvokeOptions options)
public static Output<GetConnectionResult> getConnection(GetConnectionArgs args, InvokeOptions options)
public static Output<GetConnectionResult> getConnection(GetConnectionArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws:glue/getConnection:getConnection
arguments:
# arguments dictionarydata "aws_glue_get_connection" "name" {
# arguments
}The following arguments are supported:
- Id string
Concatenation of the catalog ID and connection name. For example, if your account ID is
123456789123and the connection name isconnthen the ID is123456789123:conn.The following arguments are optional:
- Region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- Dictionary<string, string>
- Tags assigned to the resource.
- Id string
Concatenation of the catalog ID and connection name. For example, if your account ID is
123456789123and the connection name isconnthen the ID is123456789123:conn.The following arguments are optional:
- Region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- map[string]string
- Tags assigned to the resource.
- id string
Concatenation of the catalog ID and connection name. For example, if your account ID is
123456789123and the connection name isconnthen the ID is123456789123:conn.The following arguments are optional:
- region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- map(string)
- Tags assigned to the resource.
- id String
Concatenation of the catalog ID and connection name. For example, if your account ID is
123456789123and the connection name isconnthen the ID is123456789123:conn.The following arguments are optional:
- region String
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- Map<String,String>
- Tags assigned to the resource.
- id string
Concatenation of the catalog ID and connection name. For example, if your account ID is
123456789123and the connection name isconnthen the ID is123456789123:conn.The following arguments are optional:
- region string
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- {[key: string]: string}
- Tags assigned to the resource.
- id str
Concatenation of the catalog ID and connection name. For example, if your account ID is
123456789123and the connection name isconnthen the ID is123456789123:conn.The following arguments are optional:
- region str
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- Mapping[str, str]
- Tags assigned to the resource.
- id String
Concatenation of the catalog ID and connection name. For example, if your account ID is
123456789123and the connection name isconnthen the ID is123456789123:conn.The following arguments are optional:
- region String
- Region where this resource will be managed. Defaults to the Region set in the provider configuration.
- Map<String>
- Tags assigned to the resource.
getConnection Result
The following output properties are available:
- Arn string
- ARN of the Glue Connection.
- Athena
Properties Dictionary<string, string> - Map of connection properties specific to the Athena compute environment.
- Authentication
Configurations List<GetConnection Authentication Configuration> - Configuration block for authentication options. See
authenticationConfigurationBlock for details. - Catalog
Id string - Catalog ID of the Glue Connection.
- Connection
Properties Dictionary<string, string> - Map of connection properties.
- Connection
Type string - Type of Glue Connection.
- Description string
- Description of the connection.
- Id string
- Match
Criterias List<string> - List of criteria that can be used in selecting this connection.
- Name string
- Name of the Glue Connection.
- Physical
Connection List<GetRequirements Connection Physical Connection Requirement> - Map of physical connection requirements, such as VPC and SecurityGroup. See
physicalConnectionRequirementsBlock for details. - Region string
- Dictionary<string, string>
- Tags assigned to the resource.
- Arn string
- ARN of the Glue Connection.
- Athena
Properties map[string]string - Map of connection properties specific to the Athena compute environment.
- Authentication
Configurations []GetConnection Authentication Configuration - Configuration block for authentication options. See
authenticationConfigurationBlock for details. - Catalog
Id string - Catalog ID of the Glue Connection.
- Connection
Properties map[string]string - Map of connection properties.
- Connection
Type string - Type of Glue Connection.
- Description string
- Description of the connection.
- Id string
- Match
Criterias []string - List of criteria that can be used in selecting this connection.
- Name string
- Name of the Glue Connection.
- Physical
Connection []GetRequirements Connection Physical Connection Requirement - Map of physical connection requirements, such as VPC and SecurityGroup. See
physicalConnectionRequirementsBlock for details. - Region string
- map[string]string
- Tags assigned to the resource.
- arn string
- ARN of the Glue Connection.
- athena_
properties map(string) - Map of connection properties specific to the Athena compute environment.
- authentication_
configurations list(object) - Configuration block for authentication options. See
authenticationConfigurationBlock for details. - catalog_
id string - Catalog ID of the Glue Connection.
- connection_
properties map(string) - Map of connection properties.
- connection_
type string - Type of Glue Connection.
- description string
- Description of the connection.
- id string
- match_
criterias list(string) - List of criteria that can be used in selecting this connection.
- name string
- Name of the Glue Connection.
- physical_
connection_ list(object)requirements - Map of physical connection requirements, such as VPC and SecurityGroup. See
physicalConnectionRequirementsBlock for details. - region string
- map(string)
- Tags assigned to the resource.
- arn String
- ARN of the Glue Connection.
- athena
Properties Map<String,String> - Map of connection properties specific to the Athena compute environment.
- authentication
Configurations List<GetConnection Authentication Configuration> - Configuration block for authentication options. See
authenticationConfigurationBlock for details. - catalog
Id String - Catalog ID of the Glue Connection.
- connection
Properties Map<String,String> - Map of connection properties.
- connection
Type String - Type of Glue Connection.
- description String
- Description of the connection.
- id String
- match
Criterias List<String> - List of criteria that can be used in selecting this connection.
- name String
- Name of the Glue Connection.
- physical
Connection List<GetRequirements Connection Physical Connection Requirement> - Map of physical connection requirements, such as VPC and SecurityGroup. See
physicalConnectionRequirementsBlock for details. - region String
- Map<String,String>
- Tags assigned to the resource.
- arn string
- ARN of the Glue Connection.
- athena
Properties {[key: string]: string} - Map of connection properties specific to the Athena compute environment.
- authentication
Configurations GetConnection Authentication Configuration[] - Configuration block for authentication options. See
authenticationConfigurationBlock for details. - catalog
Id string - Catalog ID of the Glue Connection.
- connection
Properties {[key: string]: string} - Map of connection properties.
- connection
Type string - Type of Glue Connection.
- description string
- Description of the connection.
- id string
- match
Criterias string[] - List of criteria that can be used in selecting this connection.
- name string
- Name of the Glue Connection.
- physical
Connection GetRequirements Connection Physical Connection Requirement[] - Map of physical connection requirements, such as VPC and SecurityGroup. See
physicalConnectionRequirementsBlock for details. - region string
- {[key: string]: string}
- Tags assigned to the resource.
- arn str
- ARN of the Glue Connection.
- athena_
properties Mapping[str, str] - Map of connection properties specific to the Athena compute environment.
- authentication_
configurations Sequence[GetConnection Authentication Configuration] - Configuration block for authentication options. See
authenticationConfigurationBlock for details. - catalog_
id str - Catalog ID of the Glue Connection.
- connection_
properties Mapping[str, str] - Map of connection properties.
- connection_
type str - Type of Glue Connection.
- description str
- Description of the connection.
- id str
- match_
criterias Sequence[str] - List of criteria that can be used in selecting this connection.
- name str
- Name of the Glue Connection.
- physical_
connection_ Sequence[Getrequirements Connection Physical Connection Requirement] - Map of physical connection requirements, such as VPC and SecurityGroup. See
physicalConnectionRequirementsBlock for details. - region str
- Mapping[str, str]
- Tags assigned to the resource.
- arn String
- ARN of the Glue Connection.
- athena
Properties Map<String> - Map of connection properties specific to the Athena compute environment.
- authentication
Configurations List<Property Map> - Configuration block for authentication options. See
authenticationConfigurationBlock for details. - catalog
Id String - Catalog ID of the Glue Connection.
- connection
Properties Map<String> - Map of connection properties.
- connection
Type String - Type of Glue Connection.
- description String
- Description of the connection.
- id String
- match
Criterias List<String> - List of criteria that can be used in selecting this connection.
- name String
- Name of the Glue Connection.
- physical
Connection List<Property Map>Requirements - Map of physical connection requirements, such as VPC and SecurityGroup. See
physicalConnectionRequirementsBlock for details. - region String
- Map<String>
- Tags assigned to the resource.
Supporting Types
GetConnectionAuthenticationConfiguration
- Authentication
Type string - Type of authentication used for the connection.
- Basic
Authentication List<GetCredentials Connection Authentication Configuration Basic Authentication Credential> - Basic authentication credentials. See
basicAuthenticationCredentialsBlock for details. - Custom
Authentication Dictionary<string, string>Credentials - Map of credentials used when the authentication type is custom authentication.
- Kms
Key stringArn - ARN of the KMS key used to encrypt the connection.
- Oauth2Properties
List<Get
Connection Authentication Configuration Oauth2Property> - OAuth2 properties. See
oauth2PropertiesBlock for details. - Secret
Arn string - ARN of the secret used for authentication.
- Authentication
Type string - Type of authentication used for the connection.
- Basic
Authentication []GetCredentials Connection Authentication Configuration Basic Authentication Credential - Basic authentication credentials. See
basicAuthenticationCredentialsBlock for details. - Custom
Authentication map[string]stringCredentials - Map of credentials used when the authentication type is custom authentication.
- Kms
Key stringArn - ARN of the KMS key used to encrypt the connection.
- Oauth2Properties
[]Get
Connection Authentication Configuration Oauth2Property - OAuth2 properties. See
oauth2PropertiesBlock for details. - Secret
Arn string - ARN of the secret used for authentication.
- authentication_
type string - Type of authentication used for the connection.
- basic_
authentication_ list(object)credentials - Basic authentication credentials. See
basicAuthenticationCredentialsBlock for details. - custom_
authentication_ map(string)credentials - Map of credentials used when the authentication type is custom authentication.
- kms_
key_ stringarn - ARN of the KMS key used to encrypt the connection.
- oauth2_
properties list(object) - OAuth2 properties. See
oauth2PropertiesBlock for details. - secret_
arn string - ARN of the secret used for authentication.
- authentication
Type String - Type of authentication used for the connection.
- basic
Authentication List<GetCredentials Connection Authentication Configuration Basic Authentication Credential> - Basic authentication credentials. See
basicAuthenticationCredentialsBlock for details. - custom
Authentication Map<String,String>Credentials - Map of credentials used when the authentication type is custom authentication.
- kms
Key StringArn - ARN of the KMS key used to encrypt the connection.
- oauth2Properties
List<Get
Connection Authentication Configuration Oauth2Property> - OAuth2 properties. See
oauth2PropertiesBlock for details. - secret
Arn String - ARN of the secret used for authentication.
- authentication
Type string - Type of authentication used for the connection.
- basic
Authentication GetCredentials Connection Authentication Configuration Basic Authentication Credential[] - Basic authentication credentials. See
basicAuthenticationCredentialsBlock for details. - custom
Authentication {[key: string]: string}Credentials - Map of credentials used when the authentication type is custom authentication.
- kms
Key stringArn - ARN of the KMS key used to encrypt the connection.
- oauth2Properties
Get
Connection Authentication Configuration Oauth2Property[] - OAuth2 properties. See
oauth2PropertiesBlock for details. - secret
Arn string - ARN of the secret used for authentication.
- authentication_
type str - Type of authentication used for the connection.
- basic_
authentication_ Sequence[Getcredentials Connection Authentication Configuration Basic Authentication Credential] - Basic authentication credentials. See
basicAuthenticationCredentialsBlock for details. - custom_
authentication_ Mapping[str, str]credentials - Map of credentials used when the authentication type is custom authentication.
- kms_
key_ strarn - ARN of the KMS key used to encrypt the connection.
- oauth2_
properties Sequence[GetConnection Authentication Configuration Oauth2Property] - OAuth2 properties. See
oauth2PropertiesBlock for details. - secret_
arn str - ARN of the secret used for authentication.
- authentication
Type String - Type of authentication used for the connection.
- basic
Authentication List<Property Map>Credentials - Basic authentication credentials. See
basicAuthenticationCredentialsBlock for details. - custom
Authentication Map<String>Credentials - Map of credentials used when the authentication type is custom authentication.
- kms
Key StringArn - ARN of the KMS key used to encrypt the connection.
- oauth2Properties List<Property Map>
- OAuth2 properties. See
oauth2PropertiesBlock for details. - secret
Arn String - ARN of the secret used for authentication.
GetConnectionAuthenticationConfigurationBasicAuthenticationCredential
GetConnectionAuthenticationConfigurationOauth2Property
-
List<Get
Connection Authentication Configuration Oauth2Property Authorization Code Property> - Authorization code properties. See
authorizationCodePropertiesBlock for details. - Oauth2Client
Applications List<GetConnection Authentication Configuration Oauth2Property Oauth2Client Application> - OAuth2 client application. See
oauth2ClientApplicationBlock for details. - Oauth2Credentials
List<Get
Connection Authentication Configuration Oauth2Property Oauth2Credential> - OAuth2 credentials. See
oauth2CredentialsBlock for details. - Oauth2Grant
Type string - OAuth2 grant type.
- Token
Url string - URL of the provider's authentication server used to exchange an authorization code for an access token.
- Token
Url Dictionary<string, string>Parameters Map - Map of parameters to add to the token request.
-
[]Get
Connection Authentication Configuration Oauth2Property Authorization Code Property - Authorization code properties. See
authorizationCodePropertiesBlock for details. - Oauth2Client
Applications []GetConnection Authentication Configuration Oauth2Property Oauth2Client Application - OAuth2 client application. See
oauth2ClientApplicationBlock for details. - Oauth2Credentials
[]Get
Connection Authentication Configuration Oauth2Property Oauth2Credential - OAuth2 credentials. See
oauth2CredentialsBlock for details. - Oauth2Grant
Type string - OAuth2 grant type.
- Token
Url string - URL of the provider's authentication server used to exchange an authorization code for an access token.
- Token
Url map[string]stringParameters Map - Map of parameters to add to the token request.
- list(object)
- Authorization code properties. See
authorizationCodePropertiesBlock for details. - oauth2_
client_ list(object)applications - OAuth2 client application. See
oauth2ClientApplicationBlock for details. - oauth2_
credentials list(object) - OAuth2 credentials. See
oauth2CredentialsBlock for details. - oauth2_
grant_ stringtype - OAuth2 grant type.
- token_
url string - URL of the provider's authentication server used to exchange an authorization code for an access token.
- token_
url_ map(string)parameters_ map - Map of parameters to add to the token request.
-
List<Get
Connection Authentication Configuration Oauth2Property Authorization Code Property> - Authorization code properties. See
authorizationCodePropertiesBlock for details. - oauth2Client
Applications List<GetConnection Authentication Configuration Oauth2Property Oauth2Client Application> - OAuth2 client application. See
oauth2ClientApplicationBlock for details. - oauth2Credentials
List<Get
Connection Authentication Configuration Oauth2Property Oauth2Credential> - OAuth2 credentials. See
oauth2CredentialsBlock for details. - oauth2Grant
Type String - OAuth2 grant type.
- token
Url String - URL of the provider's authentication server used to exchange an authorization code for an access token.
- token
Url Map<String,String>Parameters Map - Map of parameters to add to the token request.
-
Get
Connection Authentication Configuration Oauth2Property Authorization Code Property[] - Authorization code properties. See
authorizationCodePropertiesBlock for details. - oauth2Client
Applications GetConnection Authentication Configuration Oauth2Property Oauth2Client Application[] - OAuth2 client application. See
oauth2ClientApplicationBlock for details. - oauth2Credentials
Get
Connection Authentication Configuration Oauth2Property Oauth2Credential[] - OAuth2 credentials. See
oauth2CredentialsBlock for details. - oauth2Grant
Type string - OAuth2 grant type.
- token
Url string - URL of the provider's authentication server used to exchange an authorization code for an access token.
- token
Url {[key: string]: string}Parameters Map - Map of parameters to add to the token request.
-
Sequence[Get
Connection Authentication Configuration Oauth2Property Authorization Code Property] - Authorization code properties. See
authorizationCodePropertiesBlock for details. - oauth2_
client_ Sequence[Getapplications Connection Authentication Configuration Oauth2Property Oauth2Client Application] - OAuth2 client application. See
oauth2ClientApplicationBlock for details. - oauth2_
credentials Sequence[GetConnection Authentication Configuration Oauth2Property Oauth2Credential] - OAuth2 credentials. See
oauth2CredentialsBlock for details. - oauth2_
grant_ strtype - OAuth2 grant type.
- token_
url str - URL of the provider's authentication server used to exchange an authorization code for an access token.
- token_
url_ Mapping[str, str]parameters_ map - Map of parameters to add to the token request.
- List<Property Map>
- Authorization code properties. See
authorizationCodePropertiesBlock for details. - oauth2Client
Applications List<Property Map> - OAuth2 client application. See
oauth2ClientApplicationBlock for details. - oauth2Credentials List<Property Map>
- OAuth2 credentials. See
oauth2CredentialsBlock for details. - oauth2Grant
Type String - OAuth2 grant type.
- token
Url String - URL of the provider's authentication server used to exchange an authorization code for an access token.
- token
Url Map<String>Parameters Map - Map of parameters to add to the token request.
GetConnectionAuthenticationConfigurationOauth2PropertyAuthorizationCodeProperty
- string
- Authorization code used to obtain an access token.
- Redirect
Uri string - Redirect URI used in the authorization code request.
- string
- Authorization code used to obtain an access token.
- Redirect
Uri string - Redirect URI used in the authorization code request.
- string
- Authorization code used to obtain an access token.
- redirect_
uri string - Redirect URI used in the authorization code request.
- String
- Authorization code used to obtain an access token.
- redirect
Uri String - Redirect URI used in the authorization code request.
- string
- Authorization code used to obtain an access token.
- redirect
Uri string - Redirect URI used in the authorization code request.
- str
- Authorization code used to obtain an access token.
- redirect_
uri str - Redirect URI used in the authorization code request.
- String
- Authorization code used to obtain an access token.
- redirect
Uri String - Redirect URI used in the authorization code request.
GetConnectionAuthenticationConfigurationOauth2PropertyOauth2ClientApplication
- Aws
Managed stringClient Application Reference - Reference to the AWS managed client application.
- User
Managed stringClient Application Client Id - Client ID of the user-managed client application.
- Aws
Managed stringClient Application Reference - Reference to the AWS managed client application.
- User
Managed stringClient Application Client Id - Client ID of the user-managed client application.
- aws_
managed_ stringclient_ application_ reference - Reference to the AWS managed client application.
- user_
managed_ stringclient_ application_ client_ id - Client ID of the user-managed client application.
- aws
Managed StringClient Application Reference - Reference to the AWS managed client application.
- user
Managed StringClient Application Client Id - Client ID of the user-managed client application.
- aws
Managed stringClient Application Reference - Reference to the AWS managed client application.
- user
Managed stringClient Application Client Id - Client ID of the user-managed client application.
- aws_
managed_ strclient_ application_ reference - Reference to the AWS managed client application.
- user_
managed_ strclient_ application_ client_ id - Client ID of the user-managed client application.
- aws
Managed StringClient Application Reference - Reference to the AWS managed client application.
- user
Managed StringClient Application Client Id - Client ID of the user-managed client application.
GetConnectionAuthenticationConfigurationOauth2PropertyOauth2Credential
- Access
Token string - Access token used for OAuth2 authentication.
- Jwt
Token string - JWT token used for OAuth2 authentication.
- Refresh
Token string - Refresh token used for OAuth2 authentication.
- User
Managed stringClient Application Client Secret - Client secret of the user-managed client application.
- Access
Token string - Access token used for OAuth2 authentication.
- Jwt
Token string - JWT token used for OAuth2 authentication.
- Refresh
Token string - Refresh token used for OAuth2 authentication.
- User
Managed stringClient Application Client Secret - Client secret of the user-managed client application.
- access_
token string - Access token used for OAuth2 authentication.
- jwt_
token string - JWT token used for OAuth2 authentication.
- refresh_
token string - Refresh token used for OAuth2 authentication.
- user_
managed_ stringclient_ application_ client_ secret - Client secret of the user-managed client application.
- access
Token String - Access token used for OAuth2 authentication.
- jwt
Token String - JWT token used for OAuth2 authentication.
- refresh
Token String - Refresh token used for OAuth2 authentication.
- user
Managed StringClient Application Client Secret - Client secret of the user-managed client application.
- access
Token string - Access token used for OAuth2 authentication.
- jwt
Token string - JWT token used for OAuth2 authentication.
- refresh
Token string - Refresh token used for OAuth2 authentication.
- user
Managed stringClient Application Client Secret - Client secret of the user-managed client application.
- access_
token str - Access token used for OAuth2 authentication.
- jwt_
token str - JWT token used for OAuth2 authentication.
- refresh_
token str - Refresh token used for OAuth2 authentication.
- user_
managed_ strclient_ application_ client_ secret - Client secret of the user-managed client application.
- access
Token String - Access token used for OAuth2 authentication.
- jwt
Token String - JWT token used for OAuth2 authentication.
- refresh
Token String - Refresh token used for OAuth2 authentication.
- user
Managed StringClient Application Client Secret - Client secret of the user-managed client application.
GetConnectionPhysicalConnectionRequirement
- Availability
Zone string - Availability Zone used by the connection.
- Security
Group List<string>Id Lists - List of security group IDs used by the connection.
- Subnet
Id string - Subnet ID used by the connection.
- Availability
Zone string - Availability Zone used by the connection.
- Security
Group []stringId Lists - List of security group IDs used by the connection.
- Subnet
Id string - Subnet ID used by the connection.
- availability_
zone string - Availability Zone used by the connection.
- security_
group_ list(string)id_ lists - List of security group IDs used by the connection.
- subnet_
id string - Subnet ID used by the connection.
- availability
Zone String - Availability Zone used by the connection.
- security
Group List<String>Id Lists - List of security group IDs used by the connection.
- subnet
Id String - Subnet ID used by the connection.
- availability
Zone string - Availability Zone used by the connection.
- security
Group string[]Id Lists - List of security group IDs used by the connection.
- subnet
Id string - Subnet ID used by the connection.
- availability_
zone str - Availability Zone used by the connection.
- security_
group_ Sequence[str]id_ lists - List of security group IDs used by the connection.
- subnet_
id str - Subnet ID used by the connection.
- availability
Zone String - Availability Zone used by the connection.
- security
Group List<String>Id Lists - List of security group IDs used by the connection.
- subnet
Id String - Subnet ID used by the connection.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
awsTerraform Provider.
published on Tuesday, Sep 8, 2026 by Pulumi