Interface TaskDefinitionHostEntryArgs

interface TaskDefinitionHostEntryArgs {
    hostname?: any;
    ipAddress?: any;
}

Properties

hostname?: any
ipAddress?: any

Generated using TypeDoc