Class LaunchMetricMonitorMetricDefinitionArgs


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

      • entityIdKey

        public com.pulumi.core.Output<java.lang.String> entityIdKey()
        Returns:
        Specifies the entity, such as a user or session, that does an action that causes a metric value to be recorded. An example is `userDetails.userID`.
      • eventPattern

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> eventPattern()
        Returns:
        Specifies The EventBridge event pattern that defines how the metric is recorded.
      • name

        public com.pulumi.core.Output<java.lang.String> name()
        Returns:
        Specifies the name for the metric.
      • unitLabel

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> unitLabel()
        Returns:
        Specifies a label for the units that the metric is measuring.
      • valueKey

        public com.pulumi.core.Output<java.lang.String> valueKey()
        Returns:
        Specifies the value that is tracked to produce the metric.