Struct aws_sdk_accessanalyzer::input::create_access_preview_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateAccessPreviewInput
Implementations
The ARN of
the account analyzer used to generate the access preview. You can only create an
access preview for analyzers with an Account
type and Active
status.
The ARN of
the account analyzer used to generate the access preview. You can only create an
access preview for analyzers with an Account
type and Active
status.
Adds a key-value pair to configurations
.
To override the contents of this collection use set_configurations
.
Access control configuration for your resource that is used to generate the access preview. The access preview includes findings for external access allowed to the resource with the proposed access control configuration. The configuration must contain exactly one element.
Access control configuration for your resource that is used to generate the access preview. The access preview includes findings for external access allowed to the resource with the proposed access control configuration. The configuration must contain exactly one element.
A client token.
A client token.
Consumes the builder and constructs a CreateAccessPreviewInput
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