VpcNetworkPerformanceMetricSubscriptionState class

Input properties used for looking up and filtering VpcNetworkPerformanceMetricSubscription resources.

Constructors

VpcNetworkPerformanceMetricSubscriptionState({Input<String?>? destination, Input<String?>? metric, Input<String?>? period, Input<String?>? region, Input<String?>? source, Input<String?>? statistic})
Creates a new VpcNetworkPerformanceMetricSubscriptionState. destination The target Region or Availability Zone that the metric subscription is enabled for. For example, eu-west-1. metric The metric used for the enabled subscription. Valid values: aggregate-latency. Default: aggregate-latency. period The data aggregation time for the subscription. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. source The source Region or Availability Zone that the metric subscription is enabled for. For example, us-east-1. statistic The statistic used for the enabled subscription. Valid values: p50. Default: p50.
const
VpcNetworkPerformanceMetricSubscriptionState.fromMap(Map<String, dynamic> map)
factory

Properties

destination → Input<String?>?
The target Region or Availability Zone that the metric subscription is enabled for. For example, eu-west-1.
final
hashCode int
The hash code for this object.
no setterinherited
metric → Input<String?>?
The metric used for the enabled subscription. Valid values: aggregate-latency. Default: aggregate-latency.
final
period → Input<String?>?
The data aggregation time for the subscription.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source → Input<String?>?
The source Region or Availability Zone that the metric subscription is enabled for. For example, us-east-1.
final
statistic → Input<String?>?
The statistic used for the enabled subscription. Valid values: p50. Default: p50.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited