DeploymentGroupAutoRollbackConfiguration class
Constructors
-
DeploymentGroupAutoRollbackConfiguration({Input<
bool?> ? enabled, Input<List< ? events})String> ?> -
Creates a new DeploymentGroupAutoRollbackConfiguration.
enabledIndicates whether a defined automatic rollback configuration is currently enabled for this Deployment Group. If you enable automatic rollback, you must specify at least one event type.eventsThe event type or types that trigger a rollback. Supported types areDEPLOYMENT_FAILURE,DEPLOYMENT_STOP_ON_ALARMandDEPLOYMENT_STOP_ON_REQUEST.const -
DeploymentGroupAutoRollbackConfiguration.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
enabled
→ Input<
bool?> ? -
Indicates whether a defined automatic rollback configuration is currently enabled for this Deployment Group. If you enable automatic rollback, you must specify at least one event type.
final
-
events
→ Input<
List< ?String> ?> -
The event type or types that trigger a rollback. Supported types are
DEPLOYMENT_FAILURE,DEPLOYMENT_STOP_ON_ALARMandDEPLOYMENT_STOP_ON_REQUEST.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited