def getSubnetIds()

in remoteaccountpython/create-msk-vpc-endpoints.py [0:0]


def getSubnetIds(originalList, subnetIdToAppend):
    originalList.append(subnetIdToAppend)
    return originalList