Learn R Programming

paws.security.identity (version 0.1.0)

macie: Amazon Macie

Description

Amazon Macie is a security service that uses machine learning to automatically discover, classify, and protect sensitive data in AWS. Macie 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 Macie User Guide.

Usage

macie()

Arguments

Operations

associate_member_account Associates a specified AWS account with Amazon Macie as a member account
associate_s3_resources Associates specified S3 resources with Amazon Macie for monitoring and data classification
disassociate_member_account Removes the specified member account from Amazon Macie
disassociate_s3_resources Removes specified S3 resources from being monitored by Amazon Macie
list_member_accounts Lists all Amazon Macie member accounts for the current Amazon Macie master account
list_s3_resources Lists all the S3 resources associated with Amazon Macie

Examples

Run this code
# NOT RUN {
svc <- macie()
svc$associate_member_account(
  Foo = 123
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab