Class: Aws::Types::TargetGroupConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#health_checkTypes::HealthCheckConfig

Returns the value of attribute health_check.



1416
1417
1418
# File 'sig/types.rbs', line 1416

def health_check
  @health_check
end

#ip_address_type"IPV4", "IPV6"

Returns the value of attribute ip_address_type.

Returns:

  • ("IPV4", "IPV6")


1414
1415
1416
# File 'sig/types.rbs', line 1414

def ip_address_type
  @ip_address_type
end

#lambda_event_structure_version"V1", "V2"

Returns the value of attribute lambda_event_structure_version.

Returns:

  • ("V1", "V2")


1417
1418
1419
# File 'sig/types.rbs', line 1417

def lambda_event_structure_version
  @lambda_event_structure_version
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def port
  @port
end

#protocol"HTTP", ...

Returns the value of attribute protocol.

Returns:

  • ("HTTP", "HTTPS", "TCP")


1412
1413
1414
# File 'sig/types.rbs', line 1412

def protocol
  @protocol
end

#protocol_version"HTTP1", ...

Returns the value of attribute protocol_version.

Returns:

  • ("HTTP1", "HTTP2", "GRPC")


1413
1414
1415
# File 'sig/types.rbs', line 1413

def protocol_version
  @protocol_version
end

#vpc_identifier::String

Returns the value of attribute vpc_identifier.

Returns:

  • (::String)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def vpc_identifier
  @vpc_identifier
end