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)


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

def cluster
  @cluster
end

#cpu::String

Returns the value of attribute cpu.

Returns:

  • (::String)


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

def cpu
  @cpu
end

#cpu_architecture"X86_64", "ARM64"

Returns the value of attribute cpu_architecture.

Returns:

  • ("X86_64", "ARM64")


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

def cpu_architecture
  @cpu_architecture
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


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

def execution_role_arn
  @execution_role_arn
end

#health_check_path::String

Returns the value of attribute health_check_path.

Returns:

  • (::String)


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

def health_check_path
  @health_check_path
end

#infrastructure_role_arn::String

Returns the value of attribute infrastructure_role_arn.

Returns:

  • (::String)


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

def infrastructure_role_arn
  @infrastructure_role_arn
end

#memory::String

Returns the value of attribute memory.

Returns:

  • (::String)


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

def memory
  @memory
end

#network_configurationTypes::ExpressGatewayServiceNetworkConfiguration

Returns the value of attribute network_configuration.



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

def network_configuration
  @network_configuration
end

#primary_containerTypes::ExpressGatewayContainer

Returns the value of attribute primary_container.



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

def primary_container
  @primary_container
end

#scaling_targetTypes::ExpressGatewayScalingTarget

Returns the value of attribute scaling_target.



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

def scaling_target
  @scaling_target
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


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

def service_name
  @service_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end

#task_definition_arn::String

Returns the value of attribute task_definition_arn.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def task_definition_arn
  @task_definition_arn
end

#task_role_arn::String

Returns the value of attribute task_role_arn.

Returns:

  • (::String)


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

def task_role_arn
  @task_role_arn
end