Class LogPublishingOption
- java.lang.Object
-
- software.amazon.awssdk.services.opensearch.model.LogPublishingOption
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LogPublishingOption.Builder,LogPublishingOption>
@Generated("software.amazon.awssdk:codegen") public final class LogPublishingOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogPublishingOption.Builder,LogPublishingOption>
Specifies whether the Amazon OpenSearch Service domain publishes the OpenSearch application and slow logs to Amazon CloudWatch. For more information, see Monitoring OpenSearch logs with Amazon CloudWatch Logs.
After you enable log publishing, you still have to enable the collection of slow logs using the OpenSearch REST API.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLogPublishingOption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogPublishingOption.Builderbuilder()StringcloudWatchLogsLogGroupArn()The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.Booleanenabled()Whether the log should be published.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LogPublishingOption.Builder>serializableBuilderClass()LogPublishingOption.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
cloudWatchLogsLogGroupArn
public final String cloudWatchLogsLogGroupArn()
The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.
- Returns:
- The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.
-
enabled
public final Boolean enabled()
Whether the log should be published.
- Returns:
- Whether the log should be published.
-
toBuilder
public LogPublishingOption.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LogPublishingOption.Builder,LogPublishingOption>
-
builder
public static LogPublishingOption.Builder builder()
-
serializableBuilderClass
public static Class<? extends LogPublishingOption.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-