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.
|
copy
applyMutation, build
CloudWatchLogsDestination.Builder iamRoleArn(String iamRoleArn)
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)
logGroupArn
- The name of the Amazon CloudWatch Log Group that you want to record events in.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.