Class: Aws::CloudWatchEvents::Types::CreateApiDestinationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arnString

The ARN of the connection to use for the API destination. The destination endpoint must support the authorization type specified for the connection.

Returns:

  • (String)


640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 640

class CreateApiDestinationRequest < Struct.new(
  :name,
  :description,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the API destination to create.

Returns:

  • (String)


640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 640

class CreateApiDestinationRequest < Struct.new(
  :name,
  :description,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second)
  SENSITIVE = []
  include Aws::Structure
end

#http_methodString

The method to use for the request to the HTTP invocation endpoint.

Returns:

  • (String)


640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 640

class CreateApiDestinationRequest < Struct.new(
  :name,
  :description,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second)
  SENSITIVE = []
  include Aws::Structure
end

#invocation_endpointString

The URL to the HTTP invocation endpoint for the API destination.

Returns:

  • (String)


640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 640

class CreateApiDestinationRequest < Struct.new(
  :name,
  :description,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second)
  SENSITIVE = []
  include Aws::Structure
end

#invocation_rate_limit_per_secondInteger

The maximum number of requests per second to send to the HTTP invocation endpoint.

Returns:

  • (Integer)


640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 640

class CreateApiDestinationRequest < Struct.new(
  :name,
  :description,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the API destination to create.

Returns:

  • (String)


640
641
642
643
644
645
646
647
648
649
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 640

class CreateApiDestinationRequest < Struct.new(
  :name,
  :description,
  :connection_arn,
  :invocation_endpoint,
  :http_method,
  :invocation_rate_limit_per_second)
  SENSITIVE = []
  include Aws::Structure
end