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.



893
894
895
# File 'sig/types.rbs', line 893

def alarms
  @alarms
end

#bake_time_in_minutes::Integer

Returns the value of attribute bake_time_in_minutes.

Returns:

  • (::Integer)


895
896
897
# File 'sig/types.rbs', line 895

def bake_time_in_minutes
  @bake_time_in_minutes
end

#canary_configurationTypes::CanaryConfiguration

Returns the value of attribute canary_configuration.



898
899
900
# File 'sig/types.rbs', line 898

def canary_configuration
  @canary_configuration
end

#deployment_circuit_breakerTypes::DeploymentCircuitBreaker

Returns the value of attribute deployment_circuit_breaker.



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

def deployment_circuit_breaker
  @deployment_circuit_breaker
end

#early_success_criteriaTypes::DeploymentEarlySuccessCriteria

Returns the value of attribute early_success_criteria.



899
900
901
# File 'sig/types.rbs', line 899

def early_success_criteria
  @early_success_criteria
end

#lifecycle_hooks::Array[Types::DeploymentLifecycleHook]

Returns the value of attribute lifecycle_hooks.

Returns:



896
897
898
# File 'sig/types.rbs', line 896

def lifecycle_hooks
  @lifecycle_hooks
end

#linear_configurationTypes::LinearConfiguration

Returns the value of attribute linear_configuration.



897
898
899
# File 'sig/types.rbs', line 897

def linear_configuration
  @linear_configuration
end

#maximum_percent::Integer

Returns the value of attribute maximum_percent.

Returns:

  • (::Integer)


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

def maximum_percent
  @maximum_percent
end

#minimum_healthy_percent::Integer

Returns the value of attribute minimum_healthy_percent.

Returns:

  • (::Integer)


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

def minimum_healthy_percent
  @minimum_healthy_percent
end

#strategy"ROLLING", ...

Returns the value of attribute strategy.

Returns:

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


894
895
896
# File 'sig/types.rbs', line 894

def strategy
  @strategy
end