Class AppMonitorArgs


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

      • appMonitorConfiguration

        public java.util.Optional<com.pulumi.core.Output<AppMonitorAppMonitorConfigurationArgs>> appMonitorConfiguration()
        Returns:
        configuration data for the app monitor. See app_monitor_configuration below.
      • customEvents

        public java.util.Optional<com.pulumi.core.Output<AppMonitorCustomEventsArgs>> customEvents()
        Returns:
        Specifies whether this app monitor allows the web client to define and send custom events. If you omit this parameter, custom events are `DISABLED`. See custom_events below.
      • cwLogEnabled

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> cwLogEnabled()
        Returns:
        Data collected by RUM is kept by RUM for 30 days and then deleted. This parameter specifies whether RUM sends a copy of this telemetry data to Amazon CloudWatch Logs in your account. This enables you to keep the telemetry data for more than 30 days, but it does incur Amazon CloudWatch Logs charges. Default value is `false`.
      • domain

        public com.pulumi.core.Output<java.lang.String> domain()
        Returns:
        The top-level internet domain name for which your application has administrative authority.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the log stream.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map 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.