| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfig |
LoggingConfig.clone() |
LoggingConfig |
ActivateTypeRequest.getLoggingConfig() |
LoggingConfig |
RegisterTypeRequest.getLoggingConfig()
Specifies logging configuration information for an extension.
|
LoggingConfig |
DescribeTypeResult.getLoggingConfig()
Contains logging configuration information for private extensions.
|
LoggingConfig |
LoggingConfig.withLogGroupName(String logGroupName)
The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking the
extension's handlers.
|
LoggingConfig |
LoggingConfig.withLogRoleArn(String logRoleArn)
The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivateTypeRequest.setLoggingConfig(LoggingConfig loggingConfig) |
void |
RegisterTypeRequest.setLoggingConfig(LoggingConfig loggingConfig)
Specifies logging configuration information for an extension.
|
void |
DescribeTypeResult.setLoggingConfig(LoggingConfig loggingConfig)
Contains logging configuration information for private extensions.
|
ActivateTypeRequest |
ActivateTypeRequest.withLoggingConfig(LoggingConfig loggingConfig) |
RegisterTypeRequest |
RegisterTypeRequest.withLoggingConfig(LoggingConfig loggingConfig)
Specifies logging configuration information for an extension.
|
DescribeTypeResult |
DescribeTypeResult.withLoggingConfig(LoggingConfig loggingConfig)
Contains logging configuration information for private extensions.
|
Copyright © 2021. All rights reserved.