Learn R Programming

paws.security.identity (version 0.1.12)

macie: Amazon Macie

Description

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.

Usage

macie(config = list())

Value

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.

Arguments

config

Optional configuration of credentials, endpoint, and/or region.

Service syntax

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"
  )
)

Operations

associate_member_accountAssociates a specified AWS account with Amazon Macie Classic as a member account
associate_s3_resourcesAssociates specified S3 resources with Amazon Macie Classic for monitoring and data classification
disassociate_member_accountRemoves the specified member account from Amazon Macie Classic
disassociate_s3_resourcesRemoves specified S3 resources from being monitored by Amazon Macie Classic
list_member_accountsLists all Amazon Macie Classic member accounts for the current Amazon Macie Classic master account
list_s3_resourcesLists all the S3 resources associated with Amazon Macie Classic
update_s3_resourcesUpdates the classification types for the specified S3 resources

Examples

Run this code
if (FALSE) {
svc <- macie()
svc$associate_member_account(
  Foo = 123
)
}

Run the code above in your browser using DataLab