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 log group to which CloudFormation sends error logging information when invoking the
type's handlers.
|
LoggingConfig.Builder |
logRoleArn(String logRoleArn)
The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLoggingConfig.Builder logRoleArn(String logRoleArn)
The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs.
logRoleArn - The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs.LoggingConfig.Builder logGroupName(String logGroupName)
The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking the type's handlers.
logGroupName - The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking
the type's handlers.Copyright © 2020. All rights reserved.