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.113.0 (build fc68b25)",
date="2025-09-02T11:25:31.008Z")
@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 interface
Internal default implementation forIAlternateTarget
.static final class
A 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
-