public static interface LoggingConfiguration.Builder extends SdkPojo, CopyableBuilder<LoggingConfiguration.Builder,LoggingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
LoggingConfiguration.Builder |
loggingRole(String loggingRole)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a server to turn
on Amazon CloudWatch logging for Amazon S3 or Amazon EFSevents.
|
LoggingConfiguration.Builder |
logGroupName(String logGroupName)
The name of the CloudWatch logging group for the Transfer Family server to which this workflow belongs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoggingConfiguration.Builder loggingRole(String loggingRole)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFSevents. When set, you can view user activity in your CloudWatch logs.
loggingRole - The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a server
to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFSevents. When set, you can view user
activity in your CloudWatch logs.LoggingConfiguration.Builder logGroupName(String logGroupName)
The name of the CloudWatch logging group for the Transfer Family server to which this workflow belongs.
logGroupName - The name of the CloudWatch logging group for the Transfer Family server to which this workflow
belongs.Copyright © 2023. All rights reserved.