Table of Contents

Class DescribeRuleResponse

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

This is the response object from the DescribeRule operation.

public class DescribeRuleResponse : AmazonWebServiceResponse
Inheritance
DescribeRuleResponse

Constructors

DescribeRuleResponse()

public DescribeRuleResponse()

Properties

Arn

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the rule.

public string Arn { get; set; }

Property Value

string

CreatedBy

Gets and sets the property CreatedBy.

The account ID of the user that created the rule. If you use PutRule to put a rule on an event bus in another account, the other account is the owner of the rule, and the rule ARN includes the account ID for that account. However, the value for CreatedBy is the account ID as the account that created the rule in the other account.

public string CreatedBy { get; set; }

Property Value

string

Description

Gets and sets the property Description.

The description of the rule.

public string Description { get; set; }

Property Value

string

EventBusName

Gets and sets the property EventBusName.

The name of the event bus associated with the rule.

public string EventBusName { get; set; }

Property Value

string

EventPattern

Gets and sets the property EventPattern.

The event pattern. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide .

public string EventPattern { get; set; }

Property Value

string

ManagedBy

Gets and sets the property ManagedBy.

If this is a managed rule, created by an Amazon Web Services service on your behalf, this field displays the principal name of the Amazon Web Services service that created the rule.

public string ManagedBy { get; set; }

Property Value

string

Name

Gets and sets the property Name.

The name of the rule.

public string Name { get; set; }

Property Value

string

RoleArn

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of the IAM role associated with the rule.

public string RoleArn { get; set; }

Property Value

string

ScheduleExpression

Gets and sets the property ScheduleExpression.

The scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)".

public string ScheduleExpression { get; set; }

Property Value

string

State

Gets and sets the property State.

Specifies whether the rule is enabled or disabled.

public RuleState State { get; set; }

Property Value

RuleState