Class: Aws::Glue::Types::GetConnectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apply_override_for_compute_environmentString

For connections that may be used in multiple services, specifies returning properties for the specified compute environment.

Returns:

  • (String)


12075
12076
12077
12078
12079
12080
12081
12082
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12075

class GetConnectionRequest < Struct.new(
  :catalog_id,
  :name,
  :hide_password,
  :apply_override_for_compute_environment)
  SENSITIVE = []
  include Aws::Structure
end

#catalog_idString

The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.

Returns:

  • (String)


12075
12076
12077
12078
12079
12080
12081
12082
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12075

class GetConnectionRequest < Struct.new(
  :catalog_id,
  :name,
  :hide_password,
  :apply_override_for_compute_environment)
  SENSITIVE = []
  include Aws::Structure
end

#hide_passwordBoolean

Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.

Returns:

  • (Boolean)


12075
12076
12077
12078
12079
12080
12081
12082
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12075

class GetConnectionRequest < Struct.new(
  :catalog_id,
  :name,
  :hide_password,
  :apply_override_for_compute_environment)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the connection definition to retrieve.

Returns:

  • (String)


12075
12076
12077
12078
12079
12080
12081
12082
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12075

class GetConnectionRequest < Struct.new(
  :catalog_id,
  :name,
  :hide_password,
  :apply_override_for_compute_environment)
  SENSITIVE = []
  include Aws::Structure
end