Learn R Programming

paws.security.identity (version 0.1.11)

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

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_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

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