| Package | Description |
|---|---|
| com.amazonaws.services.securitylake |
|
| com.amazonaws.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
CreateCustomLogSourceResult |
AmazonSecurityLakeClient.createCustomLogSource(CreateCustomLogSourceRequest request)
Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to
create a custom source.
|
CreateCustomLogSourceResult |
AbstractAmazonSecurityLake.createCustomLogSource(CreateCustomLogSourceRequest request) |
CreateCustomLogSourceResult |
AmazonSecurityLake.createCustomLogSource(CreateCustomLogSourceRequest createCustomLogSourceRequest)
Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to
create a custom source.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCustomLogSourceResult> |
AmazonSecurityLakeAsyncClient.createCustomLogSourceAsync(CreateCustomLogSourceRequest request,
AsyncHandler<CreateCustomLogSourceRequest,CreateCustomLogSourceResult> asyncHandler) |
Future<CreateCustomLogSourceResult> |
AbstractAmazonSecurityLakeAsync.createCustomLogSourceAsync(CreateCustomLogSourceRequest request,
AsyncHandler<CreateCustomLogSourceRequest,CreateCustomLogSourceResult> asyncHandler) |
Future<CreateCustomLogSourceResult> |
AmazonSecurityLakeAsync.createCustomLogSourceAsync(CreateCustomLogSourceRequest createCustomLogSourceRequest,
AsyncHandler<CreateCustomLogSourceRequest,CreateCustomLogSourceResult> asyncHandler)
Adds a third-party custom source in Amazon Security Lake, from the Amazon Web Services Region where you want to
create a custom source.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomLogSourceResult |
CreateCustomLogSourceResult.clone() |
CreateCustomLogSourceResult |
CreateCustomLogSourceResult.withCustomDataLocation(String customDataLocation)
The location of the partition in the Amazon S3 bucket for Security Lake.
|
CreateCustomLogSourceResult |
CreateCustomLogSourceResult.withGlueCrawlerName(String glueCrawlerName)
The name of the Glue crawler.
|
CreateCustomLogSourceResult |
CreateCustomLogSourceResult.withGlueDatabaseName(String glueDatabaseName)
The Glue database where results are written, such as:
arn:aws:daylight:us-east-1::database/sometable/*. |
CreateCustomLogSourceResult |
CreateCustomLogSourceResult.withGlueTableName(String glueTableName)
The table name of the Glue crawler.
|
CreateCustomLogSourceResult |
CreateCustomLogSourceResult.withLogProviderAccessRoleArn(String logProviderAccessRoleArn)
The ARN of the IAM role to be used by the entity putting logs into your custom source partition.
|
Copyright © 2023. All rights reserved.