ServiceIntegrationState class

Input properties used for looking up and filtering ServiceIntegration resources.

Constructors

ServiceIntegrationState({Input<ServiceIntegrationKmsServerSideEncryption?>? kmsServerSideEncryption, Input<ServiceIntegrationLogsAnomalyDetection?>? logsAnomalyDetection, Input<ServiceIntegrationOpsCenter?>? opsCenter, Input<String?>? region})
Creates a new ServiceIntegrationState. kmsServerSideEncryption Information about whether DevOps Guru is configured to encrypt server-side data using KMS. See kmsServerSideEncryption below. logsAnomalyDetection Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups. See logsAnomalyDetection below. opsCenter Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight. See opsCenter below. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
const
ServiceIntegrationState.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
kmsServerSideEncryption → Input<ServiceIntegrationKmsServerSideEncryption?>?
Information about whether DevOps Guru is configured to encrypt server-side data using KMS. See kmsServerSideEncryption below.
final
logsAnomalyDetection → Input<ServiceIntegrationLogsAnomalyDetection?>?
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups. See logsAnomalyDetection below.
final
opsCenter → Input<ServiceIntegrationOpsCenter?>?
Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight. See opsCenter below.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited