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")


2975
2976
2977
# File 'sig/types.rbs', line 2975

def availability_zone_rebalancing
  @availability_zone_rebalancing
end

#capacity_provider_strategy::Array[Types::CapacityProviderStrategyItem]

Returns the value of attribute capacity_provider_strategy.



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

def capacity_provider_strategy
  @capacity_provider_strategy
end

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


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

def cluster
  @cluster
end

#deployment_configurationTypes::DeploymentConfiguration

Returns the value of attribute deployment_configuration.



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

def deployment_configuration
  @deployment_configuration
end

#deployment_controllerTypes::DeploymentController

Returns the value of attribute deployment_controller.



2982
2983
2984
# File 'sig/types.rbs', line 2982

def deployment_controller
  @deployment_controller
end

#desired_count::Integer

Returns the value of attribute desired_count.

Returns:

  • (::Integer)


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

def desired_count
  @desired_count
end

#enable_ecs_managed_tagsBoolean

Returns the value of attribute enable_ecs_managed_tags.

Returns:

  • (Boolean)


2984
2985
2986
# File 'sig/types.rbs', line 2984

def enable_ecs_managed_tags
  @enable_ecs_managed_tags
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:

  • (Boolean)


2983
2984
2985
# File 'sig/types.rbs', line 2983

def enable_execute_command
  @enable_execute_command
end

#force_new_deploymentBoolean

Returns the value of attribute force_new_deployment.

Returns:

  • (Boolean)


2980
2981
2982
# File 'sig/types.rbs', line 2980

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)


2981
2982
2983
# File 'sig/types.rbs', line 2981

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:



2985
2986
2987
# File 'sig/types.rbs', line 2985

def load_balancers
  @load_balancers
end

#monitoringTypes::MonitoringConfiguration

Returns the value of attribute monitoring.



2991
2992
2993
# File 'sig/types.rbs', line 2991

def monitoring
  @monitoring
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



2976
2977
2978
# File 'sig/types.rbs', line 2976

def network_configuration
  @network_configuration
end

#placement_constraints::Array[Types::PlacementConstraint]

Returns the value of attribute placement_constraints.

Returns:



2977
2978
2979
# File 'sig/types.rbs', line 2977

def placement_constraints
  @placement_constraints
end

#placement_strategy::Array[Types::PlacementStrategy]

Returns the value of attribute placement_strategy.

Returns:



2978
2979
2980
# File 'sig/types.rbs', line 2978

def placement_strategy
  @placement_strategy
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:

  • (::String)


2979
2980
2981
# File 'sig/types.rbs', line 2979

def platform_version
  @platform_version
end

#propagate_tags"TASK_DEFINITION", ...

Returns the value of attribute propagate_tags.

Returns:

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


2986
2987
2988
# File 'sig/types.rbs', line 2986

def propagate_tags
  @propagate_tags
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


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

def service
  @service
end

#service_connect_configurationTypes::ServiceConnectConfiguration

Returns the value of attribute service_connect_configuration.



2988
2989
2990
# File 'sig/types.rbs', line 2988

def service_connect_configuration
  @service_connect_configuration
end

#service_registries::Array[Types::ServiceRegistry]

Returns the value of attribute service_registries.

Returns:



2987
2988
2989
# File 'sig/types.rbs', line 2987

def service_registries
  @service_registries
end

#task_definition::String

Returns the value of attribute task_definition.

Returns:

  • (::String)


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

def task_definition
  @task_definition
end

#volume_configurations::Array[Types::ServiceVolumeConfiguration]

Returns the value of attribute volume_configurations.

Returns:



2989
2990
2991
# File 'sig/types.rbs', line 2989

def volume_configurations
  @volume_configurations
end

#vpc_lattice_configurations::Array[Types::VpcLatticeConfiguration]

Returns the value of attribute vpc_lattice_configurations.

Returns:



2990
2991
2992
# File 'sig/types.rbs', line 2990

def vpc_lattice_configurations
  @vpc_lattice_configurations
end