Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
A port mapping for the container.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_port ⇒ Integer
The port number on the container that is bound to the user-specified or automatically assigned host port.
-
#host_port ⇒ Integer
The port number on the container instance to reserve for the container.
-
#protocol ⇒ String
The protocol used for the port mapping.
Instance Attribute Details
#container_port ⇒ Integer
The port number on the container that is bound to the user-specified or automatically assigned host port.
11001 11002 11003 11004 11005 11006 11007 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11001 class AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails < Struct.new( :container_port, :host_port, :protocol) SENSITIVE = [] include Aws::Structure end |
#host_port ⇒ Integer
The port number on the container instance to reserve for the container.
11001 11002 11003 11004 11005 11006 11007 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11001 class AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails < Struct.new( :container_port, :host_port, :protocol) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol used for the port mapping. The default is ‘tcp`.
11001 11002 11003 11004 11005 11006 11007 |
# File 'lib/aws-sdk-securityhub/types.rb', line 11001 class AwsEcsTaskDefinitionContainerDefinitionsPortMappingsDetails < Struct.new( :container_port, :host_port, :protocol) SENSITIVE = [] include Aws::Structure end |