Skip to main content

EcsTaskDefinitionImagePortSchema

Defines the port mapping to use on the container in the task definition.

@group

Resources/EcsTaskDefinition

Index

Properties

containerPort

containerPort: number = ...

The port number that the container is listening on.

protocol

protocol: tcp | udp = ...

The protocol that the container is listening on.

Page Options