Class: Aws::ECS::Types::ManagedIngressPath
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ManagedIngressPath
- 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
-
#access_type ⇒ String
The type of access to the endpoint for the Express service.
-
#certificate ⇒ Types::ManagedCertificate
The ACM certificate for the Express service's domain.
-
#endpoint ⇒ String
The endpoint for access to the Express service.
-
#listener ⇒ Types::ManagedListener
The listeners associated with the Application Load Balancer.
-
#load_balancer ⇒ Types::ManagedLoadBalancer
The Application Load Balancer associated with the Express service.
-
#load_balancer_security_groups ⇒ Array<Types::ManagedSecurityGroup>
The security groups associated with the Application Load Balancer.
-
#rule ⇒ Types::ManagedListenerRule
The listener rules for the Application Load Balancer.
-
#target_groups ⇒ Array<Types::ManagedTargetGroup>
The target groups associated with the Application Load Balancer.
Instance Attribute Details
#access_type ⇒ String
The type of access to the endpoint for 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 |
#certificate ⇒ Types::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 |
#endpoint ⇒ String
The endpoint for access to 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 |
#listener ⇒ Types::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_balancer ⇒ Types::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_groups ⇒ Array<Types::ManagedSecurityGroup>
The security groups 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 |
#rule ⇒ Types::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_groups ⇒ Array<Types::ManagedTargetGroup>
The target groups 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 |