SpotDatafeedSubscriptionState constructor

const SpotDatafeedSubscriptionState({
  1. Input<String?>? bucket,
  2. Input<String?>? prefix,
  3. Input<String?>? region,
})

Creates a new SpotDatafeedSubscriptionState. bucket The Amazon S3 bucket in which to store the Spot instance data feed. prefix Path of folder inside bucket to place spot pricing data. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const SpotDatafeedSubscriptionState({
  this.bucket,
  this.prefix,
  this.region,
});