Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
LoggingConfig |
LoggingConfig.clone() |
LoggingConfig |
RegisterTypeRequest.getLoggingConfig()
Specifies logging configuration information for a type.
|
LoggingConfig |
DescribeTypeResult.getLoggingConfig()
Contains logging configuration information for a type.
|
LoggingConfig |
LoggingConfig.withLogGroupName(String logGroupName)
The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking the type'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 |
RegisterTypeRequest.setLoggingConfig(LoggingConfig loggingConfig)
Specifies logging configuration information for a type.
|
void |
DescribeTypeResult.setLoggingConfig(LoggingConfig loggingConfig)
Contains logging configuration information for a type.
|
RegisterTypeRequest |
RegisterTypeRequest.withLoggingConfig(LoggingConfig loggingConfig)
Specifies logging configuration information for a type.
|
DescribeTypeResult |
DescribeTypeResult.withLoggingConfig(LoggingConfig loggingConfig)
Contains logging configuration information for a type.
|
Copyright © 2020. All rights reserved.