public static interface CloudwatchLogsAction.Builder extends SdkPojo, CopyableBuilder<CloudwatchLogsAction.Builder,CloudwatchLogsAction>
| Modifier and Type | Method and Description |
|---|---|
CloudwatchLogsAction.Builder |
batchMode(Boolean batchMode)
Indicates whether batches of log records will be extracted and uploaded into CloudWatch.
|
CloudwatchLogsAction.Builder |
logGroupName(String logGroupName)
The CloudWatch log group to which the action sends data.
|
CloudwatchLogsAction.Builder |
roleArn(String roleArn)
The IAM role that allows access to the CloudWatch log.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCloudwatchLogsAction.Builder roleArn(String roleArn)
The IAM role that allows access to the CloudWatch log.
roleArn - The IAM role that allows access to the CloudWatch log.CloudwatchLogsAction.Builder logGroupName(String logGroupName)
The CloudWatch log group to which the action sends data.
logGroupName - The CloudWatch log group to which the action sends data.CloudwatchLogsAction.Builder batchMode(Boolean batchMode)
Indicates whether batches of log records will be extracted and uploaded into CloudWatch. Values include
true or false (default).
batchMode - Indicates whether batches of log records will be extracted and uploaded into CloudWatch. Values
include true or false (default).Copyright © 2023. All rights reserved.