Class: Aws::Types::CreateExpressGatewayServiceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def cluster
  @cluster
end

#cpu::String

Returns the value of attribute cpu.

Returns:

  • (::String)


424
425
426
# File 'sig/types.rbs', line 424

def cpu
  @cpu
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def execution_role_arn
  @execution_role_arn
end

#health_check_path::String

Returns the value of attribute health_check_path.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def health_check_path
  @health_check_path
end

#infrastructure_role_arn::String

Returns the value of attribute infrastructure_role_arn.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def infrastructure_role_arn
  @infrastructure_role_arn
end

#memory::String

Returns the value of attribute memory.

Returns:

  • (::String)


425
426
427
# File 'sig/types.rbs', line 425

def memory
  @memory
end

#network_configurationTypes::ExpressGatewayServiceNetworkConfiguration

Returns the value of attribute network_configuration.



423
424
425
# File 'sig/types.rbs', line 423

def network_configuration
  @network_configuration
end

#primary_containerTypes::ExpressGatewayContainer

Returns the value of attribute primary_container.



421
422
423
# File 'sig/types.rbs', line 421

def primary_container
  @primary_container
end

#scaling_targetTypes::ExpressGatewayScalingTarget

Returns the value of attribute scaling_target.



426
427
428
# File 'sig/types.rbs', line 426

def scaling_target
  @scaling_target
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def service_name
  @service_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



427
428
429
# File 'sig/types.rbs', line 427

def tags
  @tags
end

#task_definition_arn::String

Returns the value of attribute task_definition_arn.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def task_definition_arn
  @task_definition_arn
end

#task_role_arn::String

Returns the value of attribute task_role_arn.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def task_role_arn
  @task_role_arn
end