Macie

This page documents function available when using the Macie module, created with @service Macie.

Index

Documentation

Main.Macie.associate_member_accountMethod
associate_member_account(member_account_id)
associate_member_account(member_account_id, params::Dict{String,<:Any})

(Discontinued) Associates a specified Amazon Web Services account with Amazon Macie Classic as a member account.

Arguments

  • member_account_id: (Discontinued) The ID of the Amazon Web Services account that you want to associate with Amazon Macie Classic as a member account.
source
Main.Macie.associate_s3_resourcesMethod
associate_s3_resources(s3_resources)
associate_s3_resources(s3_resources, params::Dict{String,<:Any})

(Discontinued) 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 Macie Classic administrator account. If memberAccountId is specified, the action associates specified S3 resources with Macie Classic for the specified member account.

Arguments

  • s3_resources: (Discontinued) The S3 resources that you want to associate with Amazon Macie Classic for monitoring and data classification.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "memberAccountId": (Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to associate with Macie Classic.
source
Main.Macie.disassociate_member_accountMethod
disassociate_member_account(member_account_id)
disassociate_member_account(member_account_id, params::Dict{String,<:Any})

(Discontinued) Removes the specified member account from Amazon Macie Classic.

Arguments

  • member_account_id: (Discontinued) The ID of the member account that you want to remove from Amazon Macie Classic.
source
Main.Macie.disassociate_s3_resourcesMethod
disassociate_s3_resources(associated_s3_resources)
disassociate_s3_resources(associated_s3_resources, params::Dict{String,<:Any})

(Discontinued) 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 Macie Classic administrator account. If memberAccountId is specified, the action removes specified S3 resources from Macie Classic for the specified member account.

Arguments

  • associated_s3_resources: (Discontinued) The S3 resources (buckets or prefixes) that you want to remove from being monitored and classified by Amazon Macie Classic.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "memberAccountId": (Discontinued) The ID of the Amazon Macie Classic member account whose resources you want to remove from being monitored by Macie Classic.
source
Main.Macie.list_member_accountsMethod
list_member_accounts()
list_member_accounts(params::Dict{String,<:Any})

(Discontinued) Lists all Amazon Macie Classic member accounts for the current Macie Classic administrator account.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": (Discontinued) Use this parameter to indicate the maximum number of items that you want in the response. The default value is 250.
  • "nextToken": (Discontinued) Use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListMemberAccounts action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
source
Main.Macie.list_s3_resourcesMethod
list_s3_resources()
list_s3_resources(params::Dict{String,<:Any})

(Discontinued) Lists all the S3 resources associated with Amazon Macie Classic. If memberAccountId isn't specified, the action lists the S3 resources associated with Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action lists the S3 resources associated with Macie Classic for the specified member account.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": (Discontinued) Use this parameter to indicate the maximum number of items that you want in the response. The default value is 250.
  • "memberAccountId": (Discontinued) The Amazon Macie Classic member account ID whose associated S3 resources you want to list.
  • "nextToken": (Discontinued) Use this parameter when paginating results. Set its value to null on your first call to the ListS3Resources action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
source
Main.Macie.update_s3_resourcesMethod
update_s3_resources(s3_resources_update)
update_s3_resources(s3_resources_update, params::Dict{String,<:Any})

(Discontinued) 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 Macie Classic administrator account. If memberAccountId is specified, the action updates the classification types of the S3 resources associated with Macie Classic for the specified member account.

Arguments

  • s3_resources_update: (Discontinued) The S3 resources whose classification types you want to update.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "memberAccountId": (Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account whose S3 resources' classification types you want to update.
source