Struct aws_sdk_devopsguru::model::event::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Event
Implementations
A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
A Timestamp
that specifies the time the event occurred.
A Timestamp
that specifies the time the event occurred.
The AWS source that emitted the event.
The AWS 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