AWS SDK for C++
1.8.130
AWS SDK for C++
|
#include <CreateCustomDataIdentifierRequest.h>
Additional Inherited Members | |
![]() | |
virtual Aws::Http::HeaderValueCollection | GetRequestSpecificHeaders () const |
![]() | |
virtual void | DumpBodyToUrl (Aws::Http::URI &uri) const |
Definition at line 24 of file CreateCustomDataIdentifierRequest.h.
Aws::Macie2::Model::CreateCustomDataIdentifierRequest::CreateCustomDataIdentifierRequest | ( | ) |
|
inline |
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.
Definition at line 230 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.
Definition at line 221 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.
Definition at line 239 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 4
Definition at line 304 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 4
Definition at line 296 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 4
Definition at line 312 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A map of key-value pairs that specifies the tags to associate with the custom data identifier.
A custom data identifier 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.
Definition at line 562 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A map of key-value pairs that specifies the tags to associate with the custom data identifier.
A custom data identifier 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.
Definition at line 544 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A map of key-value pairs that specifies the tags to associate with the custom data identifier.
A custom data identifier 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.
Definition at line 580 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A map of key-value pairs that specifies the tags to associate with the custom data identifier.
A custom data identifier 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.
Definition at line 553 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A map of key-value pairs that specifies the tags to associate with the custom data identifier.
A custom data identifier 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.
Definition at line 535 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A map of key-value pairs that specifies the tags to associate with the custom data identifier.
A custom data identifier 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.
Definition at line 571 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A map of key-value pairs that specifies the tags to associate with the custom data identifier.
A custom data identifier 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.
Definition at line 589 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
Definition at line 48 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom description of the custom data identifier. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a custom data identifier. Other users of your account might be able to see the identifier's description, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 103 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
Definition at line 42 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom description of the custom data identifier. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a custom data identifier. Other users of your account might be able to see the identifier's description, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 94 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.
Definition at line 167 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 4
Definition at line 248 of file CreateCustomDataIdentifierRequest.h.
|
inline |
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1 - 300 characters. The default value is 50.
Definition at line 322 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom name for the custom data identifier. The name can contain as many as 128 characters.
We strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. Other users of your account might be able to see the identifier's name, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 359 of file CreateCustomDataIdentifierRequest.h.
|
inline |
The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.
Definition at line 429 of file CreateCustomDataIdentifierRequest.h.
|
inlineoverridevirtual |
Implements Aws::AmazonWebServiceRequest.
Definition at line 33 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A map of key-value pairs that specifies the tags to associate with the custom data identifier.
A custom data identifier 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.
Definition at line 481 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.
Definition at line 176 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 4
Definition at line 256 of file CreateCustomDataIdentifierRequest.h.
|
inline |
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1 - 300 characters. The default value is 50.
Definition at line 331 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom name for the custom data identifier. The name can contain as many as 128 characters.
We strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. Other users of your account might be able to see the identifier's name, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 368 of file CreateCustomDataIdentifierRequest.h.
|
inline |
The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.
Definition at line 435 of file CreateCustomDataIdentifierRequest.h.
|
overridevirtual |
Convert payload into String.
Implements Aws::AmazonSerializableWebServiceRequest.
|
inline |
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
Definition at line 60 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
Definition at line 54 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
Definition at line 66 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom description of the custom data identifier. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a custom data identifier. Other users of your account might be able to see the identifier's description, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 121 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom description of the custom data identifier. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a custom data identifier. Other users of your account might be able to see the identifier's description, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 112 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom description of the custom data identifier. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a custom data identifier. Other users of your account might be able to see the identifier's description, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 130 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.
Definition at line 194 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.
Definition at line 185 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 4
Definition at line 272 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 4
Definition at line 264 of file CreateCustomDataIdentifierRequest.h.
|
inline |
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1 - 300 characters. The default value is 50.
Definition at line 340 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom name for the custom data identifier. The name can contain as many as 128 characters.
We strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. Other users of your account might be able to see the identifier's name, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 386 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom name for the custom data identifier. The name can contain as many as 128 characters.
We strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. Other users of your account might be able to see the identifier's name, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 377 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom name for the custom data identifier. The name can contain as many as 128 characters.
We strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. Other users of your account might be able to see the identifier's name, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 395 of file CreateCustomDataIdentifierRequest.h.
|
inline |
The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.
Definition at line 447 of file CreateCustomDataIdentifierRequest.h.
|
inline |
The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.
Definition at line 441 of file CreateCustomDataIdentifierRequest.h.
|
inline |
The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.
Definition at line 453 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A map of key-value pairs that specifies the tags to associate with the custom data identifier.
A custom data identifier 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.
Definition at line 508 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A map of key-value pairs that specifies the tags to associate with the custom data identifier.
A custom data identifier 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.
Definition at line 499 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A map of key-value pairs that specifies the tags to associate with the custom data identifier.
A custom data identifier 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.
Definition at line 490 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
Definition at line 78 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
Definition at line 72 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
Definition at line 84 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom description of the custom data identifier. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a custom data identifier. Other users of your account might be able to see the identifier's description, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 148 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom description of the custom data identifier. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a custom data identifier. Other users of your account might be able to see the identifier's description, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 139 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom description of the custom data identifier. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a custom data identifier. Other users of your account might be able to see the identifier's description, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 157 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.
Definition at line 212 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.
Definition at line 203 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 4
Definition at line 288 of file CreateCustomDataIdentifierRequest.h.
|
inline |
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 4
Definition at line 280 of file CreateCustomDataIdentifierRequest.h.
|
inline |
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1 - 300 characters. The default value is 50.
Definition at line 349 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom name for the custom data identifier. The name can contain as many as 128 characters.
We strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. Other users of your account might be able to see the identifier's name, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 413 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom name for the custom data identifier. The name can contain as many as 128 characters.
We strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. Other users of your account might be able to see the identifier's name, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 404 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A custom name for the custom data identifier. The name can contain as many as 128 characters.
We strongly recommend that you avoid including any sensitive data in the name of a custom data identifier. Other users of your account might be able to see the identifier's name, depending on the actions that they're allowed to perform in Amazon Macie.
Definition at line 422 of file CreateCustomDataIdentifierRequest.h.
|
inline |
The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.
Definition at line 465 of file CreateCustomDataIdentifierRequest.h.
|
inline |
The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.
Definition at line 459 of file CreateCustomDataIdentifierRequest.h.
|
inline |
The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.
Definition at line 471 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A map of key-value pairs that specifies the tags to associate with the custom data identifier.
A custom data identifier 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.
Definition at line 526 of file CreateCustomDataIdentifierRequest.h.
|
inline |
A map of key-value pairs that specifies the tags to associate with the custom data identifier.
A custom data identifier 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.
Definition at line 517 of file CreateCustomDataIdentifierRequest.h.