ServiceIntegrationArgs class

The set of arguments for ServiceIntegration. The set of arguments for ServiceIntegration.

Constructors

ServiceIntegrationArgs({required Input<ServiceIntegrationKmsServerSideEncryption> kmsServerSideEncryption, required Input<ServiceIntegrationLogsAnomalyDetection> logsAnomalyDetection, required Input<ServiceIntegrationOpsCenter> opsCenter, Input<String?>? region})
Creates a new ServiceIntegrationArgs. 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
ServiceIntegrationArgs.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