Class: Aws::EventBridge::Types::CreateConnectionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_parametersTypes::CreateConnectionAuthRequestParameters

A ‘CreateConnectionAuthRequestParameters` object that contains the authorization parameters to use to authorize with the endpoint.



917
918
919
920
921
922
923
924
# File 'lib/aws-sdk-eventbridge/types.rb', line 917

class CreateConnectionRequest < Struct.new(
  :name,
  :description,
  :authorization_type,
  :auth_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#authorization_typeString

The type of authorization to use for the connection.

<note markdown=“1”> OAUTH tokens are refreshed when a 401 or 407 response is returned.

</note>

Returns:

  • (String)


917
918
919
920
921
922
923
924
# File 'lib/aws-sdk-eventbridge/types.rb', line 917

class CreateConnectionRequest < Struct.new(
  :name,
  :description,
  :authorization_type,
  :auth_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the connection to create.

Returns:

  • (String)


917
918
919
920
921
922
923
924
# File 'lib/aws-sdk-eventbridge/types.rb', line 917

class CreateConnectionRequest < Struct.new(
  :name,
  :description,
  :authorization_type,
  :auth_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the connection to create.

Returns:

  • (String)


917
918
919
920
921
922
923
924
# File 'lib/aws-sdk-eventbridge/types.rb', line 917

class CreateConnectionRequest < Struct.new(
  :name,
  :description,
  :authorization_type,
  :auth_parameters)
  SENSITIVE = []
  include Aws::Structure
end