Class: Aws::Types::CreateIntegrationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def connection_id
  @connection_id
end

#connection_type"INTERNET", "VPC_LINK"

Returns the value of attribute connection_type.

Returns:

  • ("INTERNET", "VPC_LINK")


315
316
317
# File 'sig/types.rbs', line 315

def connection_type
  @connection_type
end

#content_handling_strategy"CONVERT_TO_BINARY", "CONVERT_TO_TEXT"

Returns the value of attribute content_handling_strategy.

Returns:

  • ("CONVERT_TO_BINARY", "CONVERT_TO_TEXT")


316
317
318
# File 'sig/types.rbs', line 316

def content_handling_strategy
  @content_handling_strategy
end

#credentials_arn::String

Returns the value of attribute credentials_arn.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def credentials_arn
  @credentials_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def description
  @description
end

#integration_method::String

Returns the value of attribute integration_method.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def integration_method
  @integration_method
end

#integration_subtype::String

Returns the value of attribute integration_subtype.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def integration_subtype
  @integration_subtype
end

#integration_type"AWS", ...

Returns the value of attribute integration_type.

Returns:

  • ("AWS", "HTTP", "MOCK", "HTTP_PROXY", "AWS_PROXY")


321
322
323
# File 'sig/types.rbs', line 321

def integration_type
  @integration_type
end

#integration_uri::String

Returns the value of attribute integration_uri.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def integration_uri
  @integration_uri
end

#passthrough_behavior"WHEN_NO_MATCH", ...

Returns the value of attribute passthrough_behavior.

Returns:

  • ("WHEN_NO_MATCH", "NEVER", "WHEN_NO_TEMPLATES")


323
324
325
# File 'sig/types.rbs', line 323

def passthrough_behavior
  @passthrough_behavior
end

#payload_format_version::String

Returns the value of attribute payload_format_version.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def payload_format_version
  @payload_format_version
end

#request_parameters::Hash[::String, ::String]

Returns the value of attribute request_parameters.

Returns:

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


325
326
327
# File 'sig/types.rbs', line 325

def request_parameters
  @request_parameters
end

#request_templates::Hash[::String, ::String]

Returns the value of attribute request_templates.

Returns:

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


327
328
329
# File 'sig/types.rbs', line 327

def request_templates
  @request_templates
end

#response_parameters::Hash[::String, ::Hash[::String, ::String]]

Returns the value of attribute response_parameters.

Returns:

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


326
327
328
# File 'sig/types.rbs', line 326

def response_parameters
  @response_parameters
end

#template_selection_expression::String

Returns the value of attribute template_selection_expression.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def template_selection_expression
  @template_selection_expression
end

#timeout_in_millis::Integer

Returns the value of attribute timeout_in_millis.

Returns:

  • (::Integer)


329
330
331
# File 'sig/types.rbs', line 329

def timeout_in_millis
  @timeout_in_millis
end

#tls_configTypes::TlsConfigInput

Returns the value of attribute tls_config.



330
331
332
# File 'sig/types.rbs', line 330

def tls_config
  @tls_config
end