| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static LoggingConfig.Builder |
LoggingConfig.builder() |
LoggingConfig.Builder |
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 |
LoggingConfig.Builder.logRoleArn(String logRoleArn)
The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to
CloudWatch Logs.
|
LoggingConfig.Builder |
LoggingConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LoggingConfig.Builder> |
LoggingConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RegisterTypeRequest.Builder |
RegisterTypeRequest.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
Specifies logging configuration information for an extension.
|
default DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
Contains logging configuration information for private extensions.
|
default ActivateTypeRequest.Builder |
ActivateTypeRequest.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
Sets the value of the LoggingConfig property for this object.
|
Copyright © 2023. All rights reserved.