#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Event
Implementations
A collection of Amazon Web Services resources supported by DevOps Guru. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
A collection of Amazon Web Services resources supported by DevOps Guru. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
A Timestamp
that specifies the time the event occurred.
A Timestamp
that specifies the time the event occurred.
The Amazon Web Services source that emitted the event.
The Amazon Web Services source that emitted the event.
The source, AWS_CLOUD_TRAIL
or AWS_CODE_DEPLOY
, where DevOps Guru analysis found the event.
The source, AWS_CLOUD_TRAIL
or AWS_CODE_DEPLOY
, where DevOps Guru analysis found the event.
The class of the event. The class specifies what the event is related to, such as an infrastructure change, a deployment, or a schema change.
The class of the event. The class specifies what the event is related to, such as an infrastructure change, a deployment, or a schema change.
Appends an item to resources
.
To override the contents of this collection use set_resources
.
An EventResource
object that contains information about the resource that emitted the event.
An EventResource
object that contains information about the resource that emitted the event.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
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