Securitylake

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

Index

Documentation

Main.Securitylake.create_aws_log_sourceMethod
create_aws_log_source(sources)
create_aws_log_source(sources, params::Dict{String,<:Any})

Adds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables source types for member accounts in required Amazon Web Services Regions, based on the parameters you specify. You can choose any source type in any Region for either accounts that are part of a trusted organization or standalone accounts. Once you add an Amazon Web Service as a source, Security Lake starts collecting logs and events from it. You can use this API only to enable natively supported Amazon Web Services as a source. Use CreateCustomLogSource to enable data collection from a custom source.

Arguments

  • sources: Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.
source
Main.Securitylake.create_custom_log_sourceMethod
create_custom_log_source(configuration, source_name)
create_custom_log_source(configuration, source_name, params::Dict{String,<:Any})

Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to create a custom source. Security Lake can collect logs and events from third-party custom sources. After creating the appropriate IAM role to invoke Glue crawler, use this API to add a custom source name in Security Lake. This operation creates a partition in the Amazon S3 bucket for Security Lake as the target location for log files from the custom source. In addition, this operation also creates an associated Glue table and an Glue crawler.

Arguments

  • configuration: The configuration for the third-party custom source.
  • source_name: Specify the name for a third-party custom source. This must be a Regionally unique value.

Optional Parameters

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

  • "eventClasses": The Open Cybersecurity Schema Framework (OCSF) event classes which describes the type of data that the custom source will send to Security Lake. The supported event classes are: ACCESSACTIVITY FILEACTIVITY KERNELACTIVITY KERNELEXTENSION MEMORYACTIVITY MODULEACTIVITY PROCESSACTIVITY REGISTRYKEYACTIVITY REGISTRYVALUEACTIVITY RESOURCEACTIVITY SCHEDULEDJOBACTIVITY SECURITYFINDING ACCOUNTCHANGE AUTHENTICATION AUTHORIZATION ENTITYMANAGEMENTAUDIT DHCPACTIVITY NETWORKACTIVITY DNSACTIVITY FTPACTIVITY HTTPACTIVITY RDPACTIVITY SMBACTIVITY SSHACTIVITY CONFIGSTATE INVENTORYINFO EMAILACTIVITY APIACTIVITY CLOUD_API
  • "sourceVersion": Specify the source version for the third-party custom source, to limit log collection to a specific version of custom data source.
source
Main.Securitylake.create_data_lakeMethod
create_data_lake(configurations, meta_store_manager_role_arn)
create_data_lake(configurations, meta_store_manager_role_arn, params::Dict{String,<:Any})

Initializes an Amazon Security Lake instance with the provided (or default) configuration. You can enable Security Lake in Amazon Web Services Regions with customized settings before enabling log collection in Regions. To specify particular Regions, configure these Regions using the configurations parameter. If you have already enabled Security Lake in a Region when you call this command, the command will update the Region if you provide new configuration parameters. If you have not already enabled Security Lake in the Region when you call this API, it will set up the data lake in the Region with the specified configurations. When you enable Security Lake, it starts ingesting security data after the CreateAwsLogSource call. This includes ingesting security data from sources, storing data, and making data accessible to subscribers. Security Lake also enables all the existing settings and resources that it stores or maintains for your Amazon Web Services account in the current Region, including security log and event data. For more information, see the Amazon Security Lake User Guide.

Arguments

  • configurations: Specify the Region or Regions that will contribute data to the rollup region.
  • meta_store_manager_role_arn: The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.

Optional Parameters

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

  • "tags": An array of objects, one for each tag to associate with the data lake configuration. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.
source
Main.Securitylake.create_data_lake_exception_subscriptionMethod
create_data_lake_exception_subscription(notification_endpoint, subscription_protocol)
create_data_lake_exception_subscription(notification_endpoint, subscription_protocol, params::Dict{String,<:Any})

Creates the specified notification subscription in Amazon Security Lake for the organization you specify.

Arguments

  • notification_endpoint: The Amazon Web Services account where you want to receive exception notifications.
  • subscription_protocol: The subscription protocol to which exception notifications are posted.

Optional Parameters

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

  • "exceptionTimeToLive": The expiration period and time-to-live (TTL).
source
Main.Securitylake.create_data_lake_organization_configurationMethod
create_data_lake_organization_configuration()
create_data_lake_organization_configuration(params::Dict{String,<:Any})

Automatically enables Amazon Security Lake for new member accounts in your organization. Security Lake is not automatically enabled for any existing member accounts in your organization.

Optional Parameters

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

  • "autoEnableNewAccount": Enable Security Lake with the specified configuration settings, to begin collecting security data for new accounts in your organization.
source
Main.Securitylake.create_subscriberMethod
create_subscriber(sources, subscriber_identity, subscriber_name)
create_subscriber(sources, subscriber_identity, subscriber_name, params::Dict{String,<:Any})

Creates a subscription permission for accounts that are already enabled in Amazon Security Lake. You can create a subscriber with access to data in the current Amazon Web Services Region.

Arguments

  • sources: The supported Amazon Web Services from which logs and events are collected. Security Lake supports log and event collection for natively supported Amazon Web Services.
  • subscriber_identity: The Amazon Web Services identity used to access your data.
  • subscriber_name: The name of your Security Lake subscriber account.

Optional Parameters

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

  • "accessTypes": The Amazon S3 or Lake Formation access type.
  • "subscriberDescription": The description for your subscriber account in Security Lake.
  • "tags": An array of objects, one for each tag to associate with the subscriber. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.
source
Main.Securitylake.create_subscriber_notificationMethod
create_subscriber_notification(configuration, subscriber_id)
create_subscriber_notification(configuration, subscriber_id, params::Dict{String,<:Any})

Notifies the subscriber when new data is written to the data lake for the sources that the subscriber consumes in Security Lake. You can create only one subscriber notification per subscriber.

Arguments

  • configuration: Specify the configuration using which you want to create the subscriber notification.
  • subscriber_id: The subscriber ID for the notification subscription.
source
Main.Securitylake.delete_aws_log_sourceMethod
delete_aws_log_source(sources)
delete_aws_log_source(sources, params::Dict{String,<:Any})

Removes a natively supported Amazon Web Service as an Amazon Security Lake source. You can remove a source for one or more Regions. When you remove the source, Security Lake stops collecting data from that source in the specified Regions and accounts, and subscribers can no longer consume new data from the source. However, subscribers can still consume data that Security Lake collected from the source before removal. You can choose any source type in any Amazon Web Services Region for either accounts that are part of a trusted organization or standalone accounts.

Arguments

  • sources: Specify the natively-supported Amazon Web Services service to remove as a source in Security Lake.
source
Main.Securitylake.delete_custom_log_sourceMethod
delete_custom_log_source(source_name)
delete_custom_log_source(source_name, params::Dict{String,<:Any})

Removes a custom log source from Amazon Security Lake, to stop sending data from the custom source to Security Lake.

Arguments

  • source_name: The source name of custom log source that you want to delete.

Optional Parameters

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

  • "sourceVersion": The source version for the third-party custom source. You can limit the custom source removal to the specified source version.
source
Main.Securitylake.delete_data_lakeMethod
delete_data_lake(regions)
delete_data_lake(regions, params::Dict{String,<:Any})

When you disable Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services Regions and it stops collecting data from your sources. Also, this API automatically takes steps to remove the account from Security Lake. However, Security Lake retains all of your existing settings and the resources that it created in your Amazon Web Services account in the current Amazon Web Services Region. The DeleteDataLake operation does not delete the data that is stored in your Amazon S3 bucket, which is owned by your Amazon Web Services account. For more information, see the Amazon Security Lake User Guide.

Arguments

  • regions: The list of Regions where Security Lake is enabled.
source
Main.Securitylake.delete_data_lake_organization_configurationMethod
delete_data_lake_organization_configuration()
delete_data_lake_organization_configuration(params::Dict{String,<:Any})

Turns off automatic enablement of Amazon Security Lake for member accounts that are added to an organization in Organizations. Only the delegated Security Lake administrator for an organization can perform this operation. If the delegated Security Lake administrator performs this operation, new member accounts won't automatically contribute data to the data lake.

Optional Parameters

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

  • "autoEnableNewAccount": Turns off automatic enablement of Security Lake for member accounts that are added to an organization.
source
Main.Securitylake.delete_subscriberMethod
delete_subscriber(subscriber_id)
delete_subscriber(subscriber_id, params::Dict{String,<:Any})

Deletes the subscription permission and all notification settings for accounts that are already enabled in Amazon Security Lake. When you run DeleteSubscriber, the subscriber will no longer consume data from Security Lake and the subscriber is removed. This operation deletes the subscriber and removes access to data in the current Amazon Web Services Region.

Arguments

  • subscriber_id: A value created by Security Lake that uniquely identifies your DeleteSubscriber API request.
source
Main.Securitylake.delete_subscriber_notificationMethod
delete_subscriber_notification(subscriber_id)
delete_subscriber_notification(subscriber_id, params::Dict{String,<:Any})

Deletes the specified notification subscription in Amazon Security Lake for the organization you specify.

Arguments

  • subscriber_id: The ID of the Security Lake subscriber account.
source
Main.Securitylake.deregister_data_lake_delegated_administratorMethod
deregister_data_lake_delegated_administrator()
deregister_data_lake_delegated_administrator(params::Dict{String,<:Any})

Deletes the Amazon Security Lake delegated administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.

source
Main.Securitylake.get_data_lake_organization_configurationMethod
get_data_lake_organization_configuration()
get_data_lake_organization_configuration(params::Dict{String,<:Any})

Retrieves the configuration that will be automatically set up for accounts added to the organization after the organization has onboarded to Amazon Security Lake. This API does not take input parameters.

source
Main.Securitylake.get_data_lake_sourcesMethod
get_data_lake_sources()
get_data_lake_sources(params::Dict{String,<:Any})

Retrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled for those accounts and which sources Security Lake is collecting data from.

Optional Parameters

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

  • "accounts": The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region, including enabled accounts and log sources, is retrieved.
  • "maxResults": The maximum limit of accounts for which the static snapshot of the current Region, including enabled accounts and log sources, is retrieved.
  • "nextToken": Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
source
Main.Securitylake.get_subscriberMethod
get_subscriber(subscriber_id)
get_subscriber(subscriber_id, params::Dict{String,<:Any})

Retrieves the subscription information for the specified subscription ID. You can get information about a specific subscriber.

Arguments

  • subscriber_id: A value created by Amazon Security Lake that uniquely identifies your GetSubscriber API request.
source
Main.Securitylake.list_data_lake_exceptionsMethod
list_data_lake_exceptions()
list_data_lake_exceptions(params::Dict{String,<:Any})

Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.

Optional Parameters

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

  • "maxResults": List the maximum number of failures in Security Lake.
  • "nextToken": List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
  • "regions": The Amazon Web Services Regions from which exceptions are retrieved.
source
Main.Securitylake.list_data_lakesMethod
list_data_lakes()
list_data_lakes(params::Dict{String,<:Any})

Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services Regions. You can use this operation to determine whether Security Lake is enabled for a Region.

Optional Parameters

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

  • "regions": The list of Regions where Security Lake is enabled.
source
Main.Securitylake.list_log_sourcesMethod
list_log_sources()
list_log_sources(params::Dict{String,<:Any})

Retrieves the log sources in the current Amazon Web Services Region.

Optional Parameters

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

  • "accounts": The list of Amazon Web Services accounts for which log sources are displayed.
  • "maxResults": The maximum number of accounts for which the log sources are displayed.
  • "nextToken": If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
  • "regions": The list of Regions for which log sources are displayed.
  • "sources": The list of sources for which log sources are displayed.
source
Main.Securitylake.list_subscribersMethod
list_subscribers()
list_subscribers(params::Dict{String,<:Any})

List all subscribers for the specific Amazon Security Lake account ID. You can retrieve a list of subscriptions associated with a specific organization or Amazon Web Services account.

Optional Parameters

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

  • "maxResults": The maximum number of accounts for which the configuration is displayed.
  • "nextToken": If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
source
Main.Securitylake.list_tags_for_resourceMethod
list_tags_for_resource(resource_arn)
list_tags_for_resource(resource_arn, params::Dict{String,<:Any})

Retrieves the tags (keys and values) that are associated with an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the Amazon Security Lake resource for which you want to retrieve the tags.
source
Main.Securitylake.register_data_lake_delegated_administratorMethod
register_data_lake_delegated_administrator(account_id)
register_data_lake_delegated_administrator(account_id, params::Dict{String,<:Any})

Designates the Amazon Security Lake delegated administrator account for the organization. This API can only be called by the organization management account. The organization management account cannot be the delegated administrator account.

Arguments

  • account_id: The Amazon Web Services account ID of the Security Lake delegated administrator.
source
Main.Securitylake.tag_resourceMethod
tag_resource(resource_arn, tags)
tag_resource(resource_arn, tags, params::Dict{String,<:Any})

Adds or updates one or more tags that are associated with an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region. A tag is a label that you can define and associate with Amazon Web Services resources. Each tag consists of a required tag key and an associated tag value. A tag key is a general label that acts as a category for a more specific tag value. A tag value acts as a descriptor for a tag key. Tags can help you identify, categorize, and manage resources in different ways, such as by owner, environment, or other criteria. For more information, see Tagging Amazon Security Lake resources in the Amazon Security Lake User Guide.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the Amazon Security Lake resource to add or update the tags for.
  • tags: An array of objects, one for each tag (key and value) to associate with the Amazon Security Lake resource. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.
source
Main.Securitylake.untag_resourceMethod
untag_resource(resource_arn, tag_keys)
untag_resource(resource_arn, tag_keys, params::Dict{String,<:Any})

Removes one or more tags (keys and values) from an Amazon Security Lake resource: a subscriber, or the data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the Amazon Security Lake resource to remove one or more tags from.
  • tag_keys: A list of one or more tag keys. For each value in the list, specify the tag key for a tag to remove from the Amazon Security Lake resource.
source
Main.Securitylake.update_data_lakeMethod
update_data_lake(configurations)
update_data_lake(configurations, params::Dict{String,<:Any})

Specifies where to store your security data and for how long. You can add a rollup Region to consolidate data from multiple Amazon Web Services Regions.

Arguments

  • configurations: Specify the Region or Regions that will contribute data to the rollup region.

Optional Parameters

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

  • "metaStoreManagerRoleArn": The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.
source
Main.Securitylake.update_data_lake_exception_subscriptionMethod
update_data_lake_exception_subscription(notification_endpoint, subscription_protocol)
update_data_lake_exception_subscription(notification_endpoint, subscription_protocol, params::Dict{String,<:Any})

Updates the specified notification subscription in Amazon Security Lake for the organization you specify.

Arguments

  • notification_endpoint: The account that is subscribed to receive exception notifications.
  • subscription_protocol: The subscription protocol to which exception messages are posted.

Optional Parameters

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

  • "exceptionTimeToLive": The time-to-live (TTL) for the exception message to remain.
source
Main.Securitylake.update_subscriberMethod
update_subscriber(subscriber_id)
update_subscriber(subscriber_id, params::Dict{String,<:Any})

Updates an existing subscription for the given Amazon Security Lake account ID. You can update a subscriber by changing the sources that the subscriber consumes data from.

Arguments

  • subscriber_id: A value created by Security Lake that uniquely identifies your subscription.

Optional Parameters

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

  • "sources": The supported Amazon Web Services from which logs and events are collected. For the list of supported Amazon Web Services, see the Amazon Security Lake User Guide.
  • "subscriberDescription": The description of the Security Lake account subscriber.
  • "subscriberIdentity": The AWS identity used to access your data.
  • "subscriberName": The name of the Security Lake account subscriber.
source
Main.Securitylake.update_subscriber_notificationMethod
update_subscriber_notification(configuration, subscriber_id)
update_subscriber_notification(configuration, subscriber_id, params::Dict{String,<:Any})

Updates an existing notification method for the subscription (SQS or HTTPs endpoint) or switches the notification subscription endpoint for a subscriber.

Arguments

  • configuration: The configuration for subscriber notification.
  • subscriber_id: The subscription ID for which the subscription notification is specified.
source