Sha256: edda01580d4f3b128d863de16c44be42dcd8cfc5d7aef9d797b0dfe587ef311c

Contents?: true

Size: 368 Bytes

Versions: 12

Compression:

Stored size: 368 Bytes

Contents

# Delete an Amazon EventBridge source returns "OK" response

require "datadog_api_client"
api_instance = DatadogAPIClient::V1::AWSIntegrationAPI.new

body = DatadogAPIClient::V1::AWSEventBridgeDeleteRequest.new({
  account_id: "123456789012",
  event_generator_name: "app-alerts-zyxw3210",
  region: "us-east-1",
})
p api_instance.delete_aws_event_bridge_source(body)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
datadog_api_client-2.28.1 examples/v1/aws-integration/DeleteAWSEventBridgeSource.rb
datadog_api_client-2.27.1 examples/v1/aws-integration/DeleteAWSEventBridgeSource.rb
datadog_api_client-2.26.1 examples/v1/aws-integration/DeleteAWSEventBridgeSource.rb
datadog_api_client-2.26.0 examples/v1/aws-integration/DeleteAWSEventBridgeSource.rb
datadog_api_client-2.25.0 examples/v1/aws-integration/DeleteAWSEventBridgeSource.rb
datadog_api_client-2.24.0 examples/v1/aws-integration/DeleteAWSEventBridgeSource.rb
datadog_api_client-2.22.0 examples/v1/aws-integration/DeleteAWSEventBridgeSource.rb
datadog_api_client-2.21.0 examples/v1/aws-integration/DeleteAWSEventBridgeSource.rb
datadog_api_client-2.20.0 examples/v1/aws-integration/DeleteAWSEventBridgeSource.rb
datadog_api_client-2.19.0 examples/v1/aws-integration/DeleteAWSEventBridgeSource.rb
datadog_api_client-2.18.0 examples/v1/aws-integration/DeleteAWSEventBridgeSource.rb
datadog_api_client-2.17.0 examples/v1/aws-integration/DeleteAWSEventBridgeSource.rb