Gen2EnvironmentResourceProperties type

Properties of the Gen2 environment.

type Gen2EnvironmentResourceProperties = EnvironmentResourceProperties & {
  storageConfiguration: Gen2StorageConfigurationOutput
  timeSeriesIdProperties: TimeSeriesIdProperty[]
  warmStoreConfiguration?: WarmStoreConfigurationProperties
}