Struct aws_sdk_eventbridge::types::Rule
source · #[non_exhaustive]pub struct Rule { /* private fields */ }
Expand description
Contains information about a rule in Amazon EventBridge.
Implementations§
source§impl Rule
impl Rule
sourcepub fn event_pattern(&self) -> Option<&str>
pub fn event_pattern(&self) -> Option<&str>
The event pattern of the rule. For more information, see Events and Event Patterns in the Amazon EventBridge User Guide.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the rule.
sourcepub fn schedule_expression(&self) -> Option<&str>
pub fn schedule_expression(&self) -> Option<&str>
The scheduling expression. For example, "cron(0 20 * * ? *)", "rate(5 minutes)". For more information, see Creating an Amazon EventBridge rule that runs on a schedule.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the role that is used for target invocation.
If you're setting an event bus in another account as the target and that account granted permission to your account through an organization instead of directly by the account ID, you must specify a RoleArn
with proper permissions in the Target
structure, instead of here in this parameter.
sourcepub fn managed_by(&self) -> Option<&str>
pub fn managed_by(&self) -> Option<&str>
If the rule was created on behalf of your account by an Amazon Web Services service, this field displays the principal name of the service that created the rule.
sourcepub fn event_bus_name(&self) -> Option<&str>
pub fn event_bus_name(&self) -> Option<&str>
The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.