Class: Aws::Types::CreateConnectionOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#configurations::Array[Types::Configuration]

Returns the value of attribute configurations.

Returns:



965
966
967
# File 'sig/types.rbs', line 965

def configurations
  @configurations
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def connection_id
  @connection_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


966
967
968
# File 'sig/types.rbs', line 966

def description
  @description
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


967
968
969
# File 'sig/types.rbs', line 967

def domain_id
  @domain_id
end

#domain_unit_id::String

Returns the value of attribute domain_unit_id.

Returns:

  • (::String)


968
969
970
# File 'sig/types.rbs', line 968

def domain_unit_id
  @domain_unit_id
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


969
970
971
# File 'sig/types.rbs', line 969

def environment_id
  @environment_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def name
  @name
end

#physical_endpoints::Array[Types::PhysicalEndpoint]

Returns the value of attribute physical_endpoints.

Returns:



971
972
973
# File 'sig/types.rbs', line 971

def physical_endpoints
  @physical_endpoints
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


972
973
974
# File 'sig/types.rbs', line 972

def project_id
  @project_id
end

#propsTypes::ConnectionPropertiesOutput

Returns the value of attribute props.



973
974
975
# File 'sig/types.rbs', line 973

def props
  @props
end

#scope"DOMAIN", "PROJECT"

Returns the value of attribute scope.

Returns:

  • ("DOMAIN", "PROJECT")


975
976
977
# File 'sig/types.rbs', line 975

def scope
  @scope
end

#type"ATHENA", ...

Returns the value of attribute 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")


974
975
976
# File 'sig/types.rbs', line 974

def type
  @type
end