Struct aws_sdk_eventbridge::model::rule::Builder[][src]

#[non_exhaustive]
pub struct Builder { /* fields omitted */ }
Expand description

A builder for Rule

Implementations

The name of the rule.

The name of the rule.

The Amazon Resource Name (ARN) of the rule.

The Amazon Resource Name (ARN) of the rule.

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

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

The state of the rule.

The state of the rule.

The description of the rule.

The description of the rule.

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.

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.

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.

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.

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.

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.

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

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

Consumes the builder and constructs a Rule

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more