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.
kmsServerSideEncryptionInformation about whether DevOps Guru is configured to encrypt server-side data using KMS. SeekmsServerSideEncryptionbelow.logsAnomalyDetectionInformation about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups. SeelogsAnomalyDetectionbelow.opsCenterInformation about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight. SeeopsCenterbelow.regionRegion 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
kmsServerSideEncryptionbelow.final -
logsAnomalyDetection
→ Input<
ServiceIntegrationLogsAnomalyDetection?> ? -
Information about whether DevOps Guru is configured to perform log anomaly detection on Amazon CloudWatch log groups. See
logsAnomalyDetectionbelow.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
opsCenterbelow.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