Class MetricsDestinationArgs


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

      • appMonitorName

        public com.pulumi.core.Output<java.lang.String> appMonitorName()
        Returns:
        The name of the CloudWatch RUM app monitor that will send the metrics.
      • destination

        public com.pulumi.core.Output<java.lang.String> destination()
        Returns:
        Defines the destination to send the metrics to. Valid values are `CloudWatch` and `Evidently`. If you specify `Evidently`, you must also specify the ARN of the CloudWatchEvidently experiment that is to be the destination and an IAM role that has permission to write to the experiment.
      • destinationArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> destinationArn()
        Returns:
        Use this parameter only if Destination is Evidently. This parameter specifies the ARN of the Evidently experiment that will receive the extended metrics.
      • iamRoleArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> iamRoleArn()
        Returns:
        This parameter is required if Destination is Evidently. If Destination is CloudWatch, do not use this parameter.