@Generated(value="software.amazon.awssdk:codegen") public final class LoggingInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoggingInfo.Builder,LoggingInfo>
Information about an S3 bucket to write instance-level logs to.
LoggingInfo has been deprecated. To specify an S3 bucket to contain logs, instead use the
OutputS3BucketName and OutputS3KeyPrefix options in the
TaskInvocationParameters structure. For information about how 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 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 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 © 2020. All rights reserved.