public static interface CloudWatchLogsDestination.Builder extends SdkPojo, CopyableBuilder<CloudWatchLogsDestination.Builder,CloudWatchLogsDestination>
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogsDestination.Builder |
iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write
event data to an Amazon CloudWatch destination.
|
CloudWatchLogsDestination.Builder |
logGroupArn(String logGroupArn)
The name of the Amazon CloudWatch log group that you want to record events in.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCloudWatchLogsDestination.Builder iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.
iamRoleArn - The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to
write event data to an Amazon CloudWatch destination.CloudWatchLogsDestination.Builder logGroupArn(String logGroupArn)
The name of the Amazon CloudWatch log group that you want to record events in.
logGroupArn - The name of the Amazon CloudWatch log group that you want to record events in.Copyright © 2023. All rights reserved.