Class: Aws::ECS::Types::ManagedIngressPath

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

The entry point into the Express service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_typeString

The type of access to the endpoint for the Express service.

Returns:

  • (String)


8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8894

class ManagedIngressPath < Struct.new(
  :access_type,
  :endpoint,
  :load_balancer,
  :load_balancer_security_groups,
  :certificate,
  :listener,
  :rule,
  :target_groups)
  SENSITIVE = []
  include Aws::Structure
end

#certificateTypes::ManagedCertificate

The ACM certificate for the Express service's domain.



8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8894

class ManagedIngressPath < Struct.new(
  :access_type,
  :endpoint,
  :load_balancer,
  :load_balancer_security_groups,
  :certificate,
  :listener,
  :rule,
  :target_groups)
  SENSITIVE = []
  include Aws::Structure
end

#endpointString

The endpoint for access to the Express service.

Returns:

  • (String)


8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8894

class ManagedIngressPath < Struct.new(
  :access_type,
  :endpoint,
  :load_balancer,
  :load_balancer_security_groups,
  :certificate,
  :listener,
  :rule,
  :target_groups)
  SENSITIVE = []
  include Aws::Structure
end

#listenerTypes::ManagedListener

The listeners associated with the Application Load Balancer.



8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8894

class ManagedIngressPath < Struct.new(
  :access_type,
  :endpoint,
  :load_balancer,
  :load_balancer_security_groups,
  :certificate,
  :listener,
  :rule,
  :target_groups)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancerTypes::ManagedLoadBalancer

The Application Load Balancer associated with the Express service.



8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8894

class ManagedIngressPath < Struct.new(
  :access_type,
  :endpoint,
  :load_balancer,
  :load_balancer_security_groups,
  :certificate,
  :listener,
  :rule,
  :target_groups)
  SENSITIVE = []
  include Aws::Structure
end

#load_balancer_security_groupsArray<Types::ManagedSecurityGroup>

The security groups associated with the Application Load Balancer.

Returns:



8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8894

class ManagedIngressPath < Struct.new(
  :access_type,
  :endpoint,
  :load_balancer,
  :load_balancer_security_groups,
  :certificate,
  :listener,
  :rule,
  :target_groups)
  SENSITIVE = []
  include Aws::Structure
end

#ruleTypes::ManagedListenerRule

The listener rules for the Application Load Balancer.



8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8894

class ManagedIngressPath < Struct.new(
  :access_type,
  :endpoint,
  :load_balancer,
  :load_balancer_security_groups,
  :certificate,
  :listener,
  :rule,
  :target_groups)
  SENSITIVE = []
  include Aws::Structure
end

#target_groupsArray<Types::ManagedTargetGroup>

The target groups associated with the Application Load Balancer.

Returns:



8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8894

class ManagedIngressPath < Struct.new(
  :access_type,
  :endpoint,
  :load_balancer,
  :load_balancer_security_groups,
  :certificate,
  :listener,
  :rule,
  :target_groups)
  SENSITIVE = []
  include Aws::Structure
end