Class: Aws::Types::CreateDeploymentConfigInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_platform"Server", ...

Returns the value of attribute compute_platform.

Returns:

  • ("Server", "Lambda", "ECS")


206
207
208
# File 'sig/types.rbs', line 206

def compute_platform
  @compute_platform
end

#deployment_config_name::String

Returns the value of attribute deployment_config_name.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def deployment_config_name
  @deployment_config_name
end

#minimum_healthy_hostsTypes::MinimumHealthyHosts

Returns the value of attribute minimum_healthy_hosts.



204
205
206
# File 'sig/types.rbs', line 204

def minimum_healthy_hosts
  @minimum_healthy_hosts
end

#traffic_routing_configTypes::TrafficRoutingConfig

Returns the value of attribute traffic_routing_config.



205
206
207
# File 'sig/types.rbs', line 205

def traffic_routing_config
  @traffic_routing_config
end

#zonal_configTypes::ZonalConfig

Returns the value of attribute zonal_config.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def zonal_config
  @zonal_config
end