Interface ContainerPortMappingProvider

interface ContainerPortMappingProvider {
    containerPortMapping(name, parent): Input<PortMapping>;
}

Implemented by

Methods

  • Parameters

    • name: string
    • parent: Resource

    Returns Input<PortMapping>

Generated using TypeDoc