AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the RemoveTargets operation. Removes the specified targets from the specified rule. When the rule is triggered, those targets are no longer be invoked.

When you remove a target, when the associated rule triggers, removed targets might continue to be invoked. Allow a short period of time for changes to take effect.

This action can partially fail if too many requests are made at the same time. If that happens, FailedEntryCount is non-zero in the response and each entry in FailedEntries provides the ID of the failed target and the error code.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatchEvents.AmazonCloudWatchEventsRequest
      Amazon.CloudWatchEvents.Model.RemoveTargetsRequest

Namespace: Amazon.CloudWatchEvents.Model
Assembly: AWSSDK.CloudWatchEvents.dll
Version: 3.x.y.z

Syntax

C#
public class RemoveTargetsRequest : AmazonCloudWatchEventsRequest
         IAmazonWebServiceRequest

The RemoveTargetsRequest type exposes the following members

Constructors

NameDescription
Public Method RemoveTargetsRequest()

Properties

NameTypeDescription
Public Property EventBusName System.String

Gets and sets the property EventBusName.

The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.

Public Property Force System.Boolean

Gets and sets the property Force.

If this is a managed rule, created by an Amazon Web Services service on your behalf, you must specify Force as True to remove targets. This parameter is ignored for rules that are not managed rules. You can check whether a rule is a managed rule by using DescribeRule or ListRules and checking the ManagedBy field of the response.

Public Property Ids System.Collections.Generic.List<System.String>

Gets and sets the property Ids.

The IDs of the targets to remove from the rule.

Public Property Rule System.String

Gets and sets the property Rule.

The name of the rule.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5