@Generated(value="software.amazon.awssdk:codegen") public final class LoggingInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoggingInfo.Builder,LoggingInfo>
Information about an Amazon 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3BucketName()
The name of an Amazon S3 bucket where execution logs are stored .
|
String |
s3KeyPrefix()
(Optional) The Amazon S3 bucket subfolder.
|
String |
s3Region()
The region where the Amazon S3 bucket is located.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoggingInfo.Builder> |
serializableBuilderClass() |
LoggingInfo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String s3BucketName()
The name of an Amazon S3 bucket where execution logs are stored .
public String s3KeyPrefix()
(Optional) The Amazon S3 bucket subfolder.
public String s3Region()
The region where the Amazon S3 bucket is located.
public LoggingInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LoggingInfo.Builder,LoggingInfo>
public static LoggingInfo.Builder builder()
public static Class<? extends LoggingInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.