@Generated(value="software.amazon.awssdk:codegen") public final class LoggingConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoggingConfig.Builder,LoggingConfig>
Contains logging configuration information for a type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoggingConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoggingConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logGroupName()
The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking the type's
handlers.
|
String |
logRoleArn()
The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoggingConfig.Builder> |
serializableBuilderClass() |
LoggingConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String logRoleArn()
The ARN of the role that CloudFormation should assume when sending log entries to CloudWatch logs.
public final String logGroupName()
The Amazon CloudWatch log group to which CloudFormation sends error logging information when invoking the type's handlers.
public LoggingConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoggingConfig.Builder,LoggingConfig>public static LoggingConfig.Builder builder()
public static Class<? extends LoggingConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.