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