Class ListRuleNamesByTargetRequest
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Container for the parameters to the ListRuleNamesByTarget operation. Lists the rules for the specified target. You can see which of the rules in Amazon EventBridge can invoke a specific target in your account.
The maximum number of results per page for requests is 100.
public class ListRuleNamesByTargetRequest : AmazonEventBridgeRequest
- Inheritance
-
ListRuleNamesByTargetRequest
Constructors
ListRuleNamesByTargetRequest()
public ListRuleNamesByTargetRequest()
Properties
EventBusName
Gets and sets the property EventBusName.
The name or ARN of the event bus to list rules for. If you omit this, the default event bus is used.
public string EventBusName { get; set; }
Property Value
Limit
Gets and sets the property Limit.
The maximum number of results to return.
public int Limit { get; set; }
Property Value
NextToken
Gets and sets the property NextToken.
The token returned by a previous call to retrieve the next set of results.
public string NextToken { get; set; }
Property Value
TargetArn
Gets and sets the property TargetArn.
The Amazon Resource Name (ARN) of the target resource.
public string TargetArn { get; set; }