@Generated(value="software.amazon.awssdk:codegen") public final class LoggingInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoggingInfo.Builder,LoggingInfo>
Information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to.
LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to
contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the
TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager
handles these options for the supported maintenance window task types, see
MaintenanceWindowTaskInvocationParameters.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoggingInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoggingInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3BucketName()
The name of an S3 bucket where execution logs are stored.
|
String |
s3KeyPrefix()
(Optional) The S3 bucket subfolder.
|
String |
s3Region()
The Amazon Web Services Region where the S3 bucket is located.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoggingInfo.Builder> |
serializableBuilderClass() |
LoggingInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3BucketName()
The name of an S3 bucket where execution logs are stored.
public final String s3KeyPrefix()
(Optional) The S3 bucket subfolder.
public final String s3Region()
The Amazon Web Services Region where the S3 bucket is located.
public LoggingInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoggingInfo.Builder,LoggingInfo>public static LoggingInfo.Builder builder()
public static Class<? extends LoggingInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.