Class MonitoringScheduleArgs


  • public final class MonitoringScheduleArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • monitoringScheduleConfig

        public com.pulumi.core.Output<MonitoringScheduleMonitoringScheduleConfigArgs> monitoringScheduleConfig()
        Returns:
        The configuration object that specifies the monitoring schedule and defines the monitoring job. Fields are documented below.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the monitoring schedule. The name must be unique within an AWS Region within an AWS account. If omitted, the provider will assign a random, unique name.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A mapping of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.