| Package | Description |
|---|---|
| com.amazonaws.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
CustomLogSourceAttributes |
CustomLogSourceAttributes.clone() |
CustomLogSourceAttributes |
CustomLogSourceResource.getAttributes()
The attributes of a third-party custom source.
|
CustomLogSourceAttributes |
CustomLogSourceAttributes.withCrawlerArn(String crawlerArn)
The ARN of the Glue crawler.
|
CustomLogSourceAttributes |
CustomLogSourceAttributes.withDatabaseArn(String databaseArn)
The ARN of the Glue database where results are written, such as:
arn:aws:daylight:us-east-1::database/sometable/*. |
CustomLogSourceAttributes |
CustomLogSourceAttributes.withTableArn(String tableArn)
The ARN of the Glue table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomLogSourceResource.setAttributes(CustomLogSourceAttributes attributes)
The attributes of a third-party custom source.
|
CustomLogSourceResource |
CustomLogSourceResource.withAttributes(CustomLogSourceAttributes attributes)
The attributes of a third-party custom source.
|
Copyright © 2024. All rights reserved.