Sha256: 9ea9e46b6899d49a5766b2816a40808f3a18c4d9fe862cd2c8163b5794264baf
Contents?: true
Size: 507 Bytes
Versions: 1
Compression:
Stored size: 507 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::AWSLogsIntegrationAPI.new body = DatadogAPIClient::V1::AWSLogsServicesRequest.new({ account_id: "1234567", services: ["services_example"] }) # AWSLogsServicesRequest | Enable AWS Log Services request body. begin # Enable an AWS Logs integration result = api_instance.enable_aws_log_services(body) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling AWSLogsIntegrationAPI->enable_aws_log_services: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/aws-logs-integration/EnableAWSLogServices.rb |