final case class Aws(creds: AWSCredentialsProviderChain, region: Region, launchTemplateId: String, availabilityZones: Set[AvailabilityZone] = Set.empty, image: Option[String], lbScheme: NlbScheme) extends Product with Serializable
- Source
- Datacenter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Aws
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Aws(creds: AWSCredentialsProviderChain, region: Region, launchTemplateId: String, availabilityZones: Set[AvailabilityZone] = Set.empty, image: Option[String], lbScheme: NlbScheme)