Class: Aws::Types::DeploymentConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarmsTypes::DeploymentAlarms

Returns the value of attribute alarms.



886
887
888
# File 'sig/types.rbs', line 886

def alarms
  @alarms
end

#bake_time_in_minutes::Integer

Returns the value of attribute bake_time_in_minutes.

Returns:

  • (::Integer)


888
889
890
# File 'sig/types.rbs', line 888

def bake_time_in_minutes
  @bake_time_in_minutes
end

#canary_configurationTypes::CanaryConfiguration

Returns the value of attribute canary_configuration.



891
892
893
# File 'sig/types.rbs', line 891

def canary_configuration
  @canary_configuration
end

#deployment_circuit_breakerTypes::DeploymentCircuitBreaker

Returns the value of attribute deployment_circuit_breaker.



883
884
885
# File 'sig/types.rbs', line 883

def deployment_circuit_breaker
  @deployment_circuit_breaker
end

#lifecycle_hooks::Array[Types::DeploymentLifecycleHook]

Returns the value of attribute lifecycle_hooks.

Returns:



889
890
891
# File 'sig/types.rbs', line 889

def lifecycle_hooks
  @lifecycle_hooks
end

#linear_configurationTypes::LinearConfiguration

Returns the value of attribute linear_configuration.



890
891
892
# File 'sig/types.rbs', line 890

def linear_configuration
  @linear_configuration
end

#maximum_percent::Integer

Returns the value of attribute maximum_percent.

Returns:

  • (::Integer)


884
885
886
# File 'sig/types.rbs', line 884

def maximum_percent
  @maximum_percent
end

#minimum_healthy_percent::Integer

Returns the value of attribute minimum_healthy_percent.

Returns:

  • (::Integer)


885
886
887
# File 'sig/types.rbs', line 885

def minimum_healthy_percent
  @minimum_healthy_percent
end

#strategy"ROLLING", ...

Returns the value of attribute strategy.

Returns:

  • ("ROLLING", "BLUE_GREEN", "LINEAR", "CANARY")


887
888
889
# File 'sig/types.rbs', line 887

def strategy
  @strategy
end