@Generated(value="software.amazon.awssdk:codegen") public final class ServiceIntegrationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceIntegrationConfig.Builder,ServiceIntegrationConfig>
Information about the integration of DevOps Guru with another Amazon Web Services service, such as Amazon Web Services Systems Manager.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceIntegrationConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceIntegrationConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
KMSServerSideEncryptionIntegration |
kmsServerSideEncryption()
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
|
LogsAnomalyDetectionIntegration |
logsAnomalyDetection()
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log
groups.
|
OpsCenterIntegration |
opsCenter()
Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
OpsCenter for each created insight.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceIntegrationConfig.Builder> |
serializableBuilderClass() |
ServiceIntegrationConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OpsCenterIntegration opsCenter()
Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager OpsCenter for each created insight.
public final LogsAnomalyDetectionIntegration logsAnomalyDetection()
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups.
public final KMSServerSideEncryptionIntegration kmsServerSideEncryption()
Information about whether DevOps Guru is configured to encrypt server-side data using KMS.
public ServiceIntegrationConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceIntegrationConfig.Builder,ServiceIntegrationConfig>public static ServiceIntegrationConfig.Builder builder()
public static Class<? extends ServiceIntegrationConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.