| 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 log group to which CloudFormation sends error logging information when invoking the
extension's handlers.
|
LoggingConfig.Builder |
LoggingConfig.Builder.logRoleArn(String logRoleArn)
The 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 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.
|
default RegisterTypeRequest.Builder |
RegisterTypeRequest.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
Specifies logging configuration information for an extension.
|
Copyright © 2021. All rights reserved.