@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudWatchLogDestination extends Object implements Serializable, Cloneable, StructuredPojo
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch.
| Constructor and Description |
|---|
CloudWatchLogDestination() |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogDestination |
clone() |
boolean |
equals(Object obj) |
String |
getLogGroup()
The name of the CloudWatch Logs group to send pipeline logs to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLogGroup(String logGroup)
The name of the CloudWatch Logs group to send pipeline logs to.
|
String |
toString()
Returns a string representation of this object.
|
CloudWatchLogDestination |
withLogGroup(String logGroup)
The name of the CloudWatch Logs group to send pipeline logs to.
|
public void setLogGroup(String logGroup)
The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a
new one. For example, /aws/OpenSearchService/IngestionService/my-pipeline.
logGroup - The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or
create a new one. For example, /aws/OpenSearchService/IngestionService/my-pipeline.public String getLogGroup()
The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a
new one. For example, /aws/OpenSearchService/IngestionService/my-pipeline.
/aws/OpenSearchService/IngestionService/my-pipeline.public CloudWatchLogDestination withLogGroup(String logGroup)
The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a
new one. For example, /aws/OpenSearchService/IngestionService/my-pipeline.
logGroup - The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or
create a new one. For example, /aws/OpenSearchService/IngestionService/my-pipeline.public String toString()
toString in class ObjectObject.toString()public CloudWatchLogDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.