Interface EvidentlyLaunchMetricMonitorsMetricDefinition
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EvidentlyLaunchMetricMonitorsMetricDefinition.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.038Z") @Stability(Stable) public interface EvidentlyLaunchMetricMonitorsMetricDefinition extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEvidentlyLaunchMetricMonitorsMetricDefinition.BuilderA builder forEvidentlyLaunchMetricMonitorsMetricDefinitionstatic classEvidentlyLaunchMetricMonitorsMetricDefinition.Jsii$ProxyAn implementation forEvidentlyLaunchMetricMonitorsMetricDefinition
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static EvidentlyLaunchMetricMonitorsMetricDefinition.Builderbuilder()StringgetEntityIdKey()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#entity_id_key EvidentlyLaunch#entity_id_key}.default StringgetEventPattern()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#event_pattern EvidentlyLaunch#event_pattern}.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#name EvidentlyLaunch#name}.default StringgetUnitLabel()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#unit_label EvidentlyLaunch#unit_label}.StringgetValueKey()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#value_key EvidentlyLaunch#value_key}.
-
-
-
Method Detail
-
getEntityIdKey
@Stability(Stable) @NotNull String getEntityIdKey()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#entity_id_key EvidentlyLaunch#entity_id_key}.
-
getName
@Stability(Stable) @NotNull String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#name EvidentlyLaunch#name}.
-
getValueKey
@Stability(Stable) @NotNull String getValueKey()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#value_key EvidentlyLaunch#value_key}.
-
getEventPattern
@Stability(Stable) @Nullable default String getEventPattern()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#event_pattern EvidentlyLaunch#event_pattern}.
-
getUnitLabel
@Stability(Stable) @Nullable default String getUnitLabel()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#unit_label EvidentlyLaunch#unit_label}.
-
builder
@Stability(Stable) static EvidentlyLaunchMetricMonitorsMetricDefinition.Builder builder()
-
-