Class: Aws::Types::UpdateServiceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_rebalancing"ENABLED", "DISABLED"

Returns the value of attribute availability_zone_rebalancing.

Returns:

  • ("ENABLED", "DISABLED")


2957
2958
2959
# File 'sig/types.rbs', line 2957

def availability_zone_rebalancing
  @availability_zone_rebalancing
end

#capacity_provider_strategy::Array[Types::CapacityProviderStrategyItem]

Returns the value of attribute capacity_provider_strategy.



2955
2956
2957
# File 'sig/types.rbs', line 2955

def capacity_provider_strategy
  @capacity_provider_strategy
end

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


2951
2952
2953
# File 'sig/types.rbs', line 2951

def cluster
  @cluster
end

#deployment_configurationTypes::DeploymentConfiguration

Returns the value of attribute deployment_configuration.



2956
2957
2958
# File 'sig/types.rbs', line 2956

def deployment_configuration
  @deployment_configuration
end

#deployment_controllerTypes::DeploymentController

Returns the value of attribute deployment_controller.



2964
2965
2966
# File 'sig/types.rbs', line 2964

def deployment_controller
  @deployment_controller
end

#desired_count::Integer

Returns the value of attribute desired_count.

Returns:

  • (::Integer)


2953
2954
2955
# File 'sig/types.rbs', line 2953

def desired_count
  @desired_count
end

#enable_ecs_managed_tagsBoolean

Returns the value of attribute enable_ecs_managed_tags.

Returns:

  • (Boolean)


2966
2967
2968
# File 'sig/types.rbs', line 2966

def enable_ecs_managed_tags
  @enable_ecs_managed_tags
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:

  • (Boolean)


2965
2966
2967
# File 'sig/types.rbs', line 2965

def enable_execute_command
  @enable_execute_command
end

#force_new_deploymentBoolean

Returns the value of attribute force_new_deployment.

Returns:

  • (Boolean)


2962
2963
2964
# File 'sig/types.rbs', line 2962

def force_new_deployment
  @force_new_deployment
end

#health_check_grace_period_seconds::Integer

Returns the value of attribute health_check_grace_period_seconds.

Returns:

  • (::Integer)


2963
2964
2965
# File 'sig/types.rbs', line 2963

def health_check_grace_period_seconds
  @health_check_grace_period_seconds
end

#load_balancers::Array[Types::LoadBalancer]

Returns the value of attribute load_balancers.

Returns:



2967
2968
2969
# File 'sig/types.rbs', line 2967

def load_balancers
  @load_balancers
end

#monitoringTypes::MonitoringConfiguration

Returns the value of attribute monitoring.



2973
2974
2975
# File 'sig/types.rbs', line 2973

def monitoring
  @monitoring
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



2958
2959
2960
# File 'sig/types.rbs', line 2958

def network_configuration
  @network_configuration
end

#placement_constraints::Array[Types::PlacementConstraint]

Returns the value of attribute placement_constraints.

Returns:



2959
2960
2961
# File 'sig/types.rbs', line 2959

def placement_constraints
  @placement_constraints
end

#placement_strategy::Array[Types::PlacementStrategy]

Returns the value of attribute placement_strategy.

Returns:



2960
2961
2962
# File 'sig/types.rbs', line 2960

def placement_strategy
  @placement_strategy
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:

  • (::String)


2961
2962
2963
# File 'sig/types.rbs', line 2961

def platform_version
  @platform_version
end

#propagate_tags"TASK_DEFINITION", ...

Returns the value of attribute propagate_tags.

Returns:

  • ("TASK_DEFINITION", "SERVICE", "NONE")


2968
2969
2970
# File 'sig/types.rbs', line 2968

def propagate_tags
  @propagate_tags
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


2952
2953
2954
# File 'sig/types.rbs', line 2952

def service
  @service
end

#service_connect_configurationTypes::ServiceConnectConfiguration

Returns the value of attribute service_connect_configuration.



2970
2971
2972
# File 'sig/types.rbs', line 2970

def service_connect_configuration
  @service_connect_configuration
end

#service_registries::Array[Types::ServiceRegistry]

Returns the value of attribute service_registries.

Returns:



2969
2970
2971
# File 'sig/types.rbs', line 2969

def service_registries
  @service_registries
end

#task_definition::String

Returns the value of attribute task_definition.

Returns:

  • (::String)


2954
2955
2956
# File 'sig/types.rbs', line 2954

def task_definition
  @task_definition
end

#volume_configurations::Array[Types::ServiceVolumeConfiguration]

Returns the value of attribute volume_configurations.

Returns:



2971
2972
2973
# File 'sig/types.rbs', line 2971

def volume_configurations
  @volume_configurations
end

#vpc_lattice_configurations::Array[Types::VpcLatticeConfiguration]

Returns the value of attribute vpc_lattice_configurations.

Returns:



2972
2973
2974
# File 'sig/types.rbs', line 2972

def vpc_lattice_configurations
  @vpc_lattice_configurations
end