public static interface LoggingConfig.Builder extends SdkPojo, CopyableBuilder<LoggingConfig.Builder,LoggingConfig>
| Modifier and Type | Method and Description |
|---|---|
LoggingConfig.Builder |
logGroupName(String logGroupName)
The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the
extension's handlers.
|
LoggingConfig.Builder |
logRoleArn(String logRoleArn)
The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to
CloudWatch Logs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoggingConfig.Builder logRoleArn(String logRoleArn)
The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.
logRoleArn - The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries
to CloudWatch Logs.LoggingConfig.Builder logGroupName(String logGroupName)
The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.
logGroupName - The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking
the extension's handlers.Copyright © 2023. All rights reserved.