Interface IAlternateTarget
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IAlternateTarget.Jsii$Default
- All Known Implementing Classes:
AlternateTarget,IAlternateTarget.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:39.230Z")
@Stability(Stable)
public interface IAlternateTarget
extends software.amazon.jsii.JsiiSerializable
Interface for configuring alternate target groups for blue/green deployments.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIAlternateTarget.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind(software.constructs.IConstruct scope) Bind this configuration to a service.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull AlternateTargetConfig bind(@NotNull software.constructs.IConstruct scope) Bind this configuration to a service.- Parameters:
scope- The construct scope. This parameter is required.- Returns:
- The configuration to apply to the service
-