Amazon Macie Classic
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.
A new Amazon Macie is now available with significant design improvements and additional features, at a lower price and in most AWS Regions. We encourage you to explore and use the new and improved features, and benefit from the reduced cost. To learn about features and pricing for the new Amazon Macie, see Amazon Macie.
macie(config = list())
A client for the service. You can call the service's operations using
syntax like svc$operation(...)
, where svc
is the name you've assigned
to the client. The available operations are listed in the
Operations section.
Optional configuration of credentials, endpoint, and/or region.
svc <- macie(
config = list(
credentials = list(
creds = list(
access_key_id = "string",
secret_access_key = "string",
session_token = "string"
),
profile = "string"
),
endpoint = "string",
region = "string"
)
)
associate_member_account | Associates a specified AWS account with Amazon Macie Classic as a member account |
associate_s3_resources | Associates specified S3 resources with Amazon Macie Classic for monitoring and data classification |
disassociate_member_account | Removes the specified member account from Amazon Macie Classic |
disassociate_s3_resources | Removes specified S3 resources from being monitored by Amazon Macie Classic |
list_member_accounts | Lists all Amazon Macie Classic member accounts for the current Amazon Macie Classic master account |
list_s3_resources | Lists all the S3 resources associated with Amazon Macie Classic |
update_s3_resources | Updates the classification types for the specified S3 resources |
if (FALSE) {
svc <- macie()
svc$associate_member_account(
Foo = 123
)
}
Run the code above in your browser using DataLab