Macie class
Amazon Macie Classic is a security service that uses machine learning to automatically discover, classify, and protect sensitive data in AWS. Macie Classic recognizes sensitive data such as personally identifiable information (PII) or intellectual property, and provides you with dashboards and alerts that give visibility into how this data is being accessed or moved. For more information, see the Amazon Macie Classic User Guide.
Constructors
- Macie({required String region, AwsClientCredentials? credentials, AwsClientCredentialsProvider? credentialsProvider, Client? client, String? endpointUrl})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
associateMemberAccount(
{required String memberAccountId}) → Future< void> - Associates a specified AWS account with Amazon Macie Classic as a member account.
-
associateS3Resources(
{required List< S3ResourceClassification> s3Resources, String? memberAccountId}) → Future<AssociateS3ResourcesResult> - Associates specified S3 resources with Amazon Macie Classic for monitoring and data classification. If memberAccountId isn't specified, the action associates specified S3 resources with Macie Classic for the current master account. If memberAccountId is specified, the action associates specified S3 resources with Macie Classic for the specified member account.
-
close(
) → void - Closes the internal HTTP client if none was provided at creation. If a client was passed as a constructor argument, this becomes a noop.
-
disassociateMemberAccount(
{required String memberAccountId}) → Future< void> - Removes the specified member account from Amazon Macie Classic.
-
disassociateS3Resources(
{required List< S3Resource> associatedS3Resources, String? memberAccountId}) → Future<DisassociateS3ResourcesResult> - Removes specified S3 resources from being monitored by Amazon Macie Classic. If memberAccountId isn't specified, the action removes specified S3 resources from Macie Classic for the current master account. If memberAccountId is specified, the action removes specified S3 resources from Macie Classic for the specified member account.
-
listMemberAccounts(
{int? maxResults, String? nextToken}) → Future< ListMemberAccountsResult> - Lists all Amazon Macie Classic member accounts for the current Amazon Macie Classic master account.
-
listS3Resources(
{int? maxResults, String? memberAccountId, String? nextToken}) → Future< ListS3ResourcesResult> - Lists all the S3 resources associated with Amazon Macie Classic. If memberAccountId isn't specified, the action lists the S3 resources associated with Amazon Macie Classic for the current master account. If memberAccountId is specified, the action lists the S3 resources associated with Amazon Macie Classic for the specified member account.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateS3Resources(
{required List< S3ResourceClassificationUpdate> s3ResourcesUpdate, String? memberAccountId}) → Future<UpdateS3ResourcesResult> - Updates the classification types for the specified S3 resources. If memberAccountId isn't specified, the action updates the classification types of the S3 resources associated with Amazon Macie Classic for the current master account. If memberAccountId is specified, the action updates the classification types of the S3 resources associated with Amazon Macie Classic for the specified member account.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited