TargetInstances

Information about the instances to be used in the replacement environment in a blue/green deployment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment.

Link copied to clipboard

Information about the groups of Amazon EC2 instance tags that an instance must be identified by in order for it to be included in the replacement environment for a blue/green deployment. Cannot be used in the same call as tagFilters.

Link copied to clipboard

The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment. Cannot be used in the same call as ec2TagSet.

Functions

Link copied to clipboard
inline fun copy(block: TargetInstances.Builder.() -> Unit = {}): TargetInstances
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String