instanceType property

InstanceType? instanceType
final

Information about which environment an instance belongs to in a blue/green deployment.

  • BLUE: The instance is part of the original environment.
  • GREEN: The instance is part of the replacement environment.

Implementation

final InstanceType? instanceType;