ServiceIntegrationOpsCenter constructor
const
ServiceIntegrationOpsCenter({
- Input<
String?> ? optInStatus,
Creates a new ServiceIntegrationOpsCenter.
optInStatus Specifies if DevOps Guru is enabled to create an AWS Systems Manager OpsItem for each created insight. Valid values are DISABLED and ENABLED.
Implementation
const ServiceIntegrationOpsCenter({
this.optInStatus,
});