Class: Aws::Types::GlueConnection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#athena_properties::Hash[::String, ::String]

Returns the value of attribute athena_properties.

Returns:

  • (::Hash[::String, ::String])


3441
3442
3443
# File 'sig/types.rbs', line 3441

def athena_properties
  @athena_properties
end

#authentication_configurationTypes::AuthenticationConfiguration

Returns the value of attribute authentication_configuration.



3450
3451
3452
# File 'sig/types.rbs', line 3450

def authentication_configuration
  @authentication_configuration
end

#compatible_compute_environments::Array[("SPARK" | "ATHENA" | "PYTHON")]

Returns the value of attribute compatible_compute_environments.

Returns:

  • (::Array[("SPARK" | "ATHENA" | "PYTHON")])


3452
3453
3454
# File 'sig/types.rbs', line 3452

def compatible_compute_environments
  @compatible_compute_environments
end

#connection_properties::Hash[::String, ::String]

Returns the value of attribute connection_properties.

Returns:

  • (::Hash[::String, ::String])


3439
3440
3441
# File 'sig/types.rbs', line 3439

def connection_properties
  @connection_properties
end

#connection_schema_version::Integer

Returns the value of attribute connection_schema_version.

Returns:

  • (::Integer)


3451
3452
3453
# File 'sig/types.rbs', line 3451

def connection_schema_version
  @connection_schema_version
end

#connection_type"ATHENA", ...

Returns the value of attribute connection_type.

Returns:

  • ("ATHENA", "BIGQUERY", "DATABRICKS", "DOCUMENTDB", "DYNAMODB", "HYPERPOD", "IAM", "MYSQL", "OPENSEARCH", "ORACLE", "POSTGRESQL", "REDSHIFT", "S3", "SAPHANA", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "VERTICA", "WORKFLOWS_MWAA", "AMAZON_Q", "MLFLOW", "VPC", "GIT")


3437
3438
3439
# File 'sig/types.rbs', line 3437

def connection_type
  @connection_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


3444
3445
3446
# File 'sig/types.rbs', line 3444

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3436
3437
3438
# File 'sig/types.rbs', line 3436

def description
  @description
end

#last_connection_validation_time::Time

Returns the value of attribute last_connection_validation_time.

Returns:

  • (::Time)


3449
3450
3451
# File 'sig/types.rbs', line 3449

def last_connection_validation_time
  @last_connection_validation_time
end

#last_updated_by::String

Returns the value of attribute last_updated_by.

Returns:

  • (::String)


3446
3447
3448
# File 'sig/types.rbs', line 3446

def last_updated_by
  @last_updated_by
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


3445
3446
3447
# File 'sig/types.rbs', line 3445

def last_updated_time
  @last_updated_time
end

#match_criteria::Array[::String]

Returns the value of attribute match_criteria.

Returns:

  • (::Array[::String])


3438
3439
3440
# File 'sig/types.rbs', line 3438

def match_criteria
  @match_criteria
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3435
3436
3437
# File 'sig/types.rbs', line 3435

def name
  @name
end

#physical_connection_requirementsTypes::PhysicalConnectionRequirements

Returns the value of attribute physical_connection_requirements.



3443
3444
3445
# File 'sig/types.rbs', line 3443

def physical_connection_requirements
  @physical_connection_requirements
end

#python_properties::Hash[::String, ::String]

Returns the value of attribute python_properties.

Returns:

  • (::Hash[::String, ::String])


3442
3443
3444
# File 'sig/types.rbs', line 3442

def python_properties
  @python_properties
end

#spark_properties::Hash[::String, ::String]

Returns the value of attribute spark_properties.

Returns:

  • (::Hash[::String, ::String])


3440
3441
3442
# File 'sig/types.rbs', line 3440

def spark_properties
  @spark_properties
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "CREATE_FAILED", "DELETING", "DELETE_FAILED", "READY", "UPDATING", "UPDATE_FAILED", "DELETED")


3447
3448
3449
# File 'sig/types.rbs', line 3447

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


3448
3449
3450
# File 'sig/types.rbs', line 3448

def status_reason
  @status_reason
end