Monitor Properties Args
data class MonitorPropertiesArgs(val datadogOrganizationProperties: Output<DatadogOrganizationPropertiesArgs>? = null, val monitoringStatus: Output<Either<String, MonitoringStatus>>? = null, val userInfo: Output<UserInfoArgs>? = null) : ConvertibleToJava<MonitorPropertiesArgs>
Properties specific to the monitor resource.
Constructors
Link copied to clipboard
constructor(datadogOrganizationProperties: Output<DatadogOrganizationPropertiesArgs>? = null, monitoringStatus: Output<Either<String, MonitoringStatus>>? = null, userInfo: Output<UserInfoArgs>? = null)
Properties
Link copied to clipboard
Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
Link copied to clipboard
Flag specifying if the resource monitoring is enabled or disabled.
Link copied to clipboard
Includes name, email and optionally, phone number. User Information can't be null.