VpcNetworkPerformanceMetricSubscriptionState constructor

const VpcNetworkPerformanceMetricSubscriptionState({
  1. Input<String?>? destination,
  2. Input<String?>? metric,
  3. Input<String?>? period,
  4. Input<String?>? region,
  5. Input<String?>? source,
  6. 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.

Implementation

const VpcNetworkPerformanceMetricSubscriptionState({
  this.destination,
  this.metric,
  this.period,
  this.region,
  this.source,
  this.statistic,
});