Struct aws_sdk_macie2::input::CreateAllowListInput
source · [−]#[non_exhaustive]pub struct CreateAllowListInput { /* private fields */ }
Implementations
sourceimpl CreateAllowListInput
impl CreateAllowListInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateAllowList, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateAllowList, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateAllowList
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAllowListInput
.
sourceimpl CreateAllowListInput
impl CreateAllowListInput
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
sourcepub fn criteria(&self) -> Option<&AllowListCriteria>
pub fn criteria(&self) -> Option<&AllowListCriteria>
The criteria that specify the text or text pattern to ignore. The criteria can be the location and name of an S3 object that lists specific text to ignore (s3WordsList), or a regular expression (regex) that defines a text pattern to ignore.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A custom description of the allow list. The description can contain as many as 512 characters.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
A custom name for the allow list. The name can contain as many as 128 characters.
A map of key-value pairs that specifies the tags to associate with the allow list.
An allow list can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
Trait Implementations
sourceimpl Clone for CreateAllowListInput
impl Clone for CreateAllowListInput
sourcefn clone(&self) -> CreateAllowListInput
fn clone(&self) -> CreateAllowListInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more